RelationshipType
No description
type RelationshipType {
createdAt: ISO8601DateTime!
description: String
id: ID!
name: String!
prettyName: String!
updatedAt: ISO8601DateTime!
}
Fields
RelationshipType.createdAt
● ISO8601DateTime!
non-null scalar
RelationshipType.description
● String
scalar
RelationshipType.id
● ID!
non-null scalar
RelationshipType.name
● String!
non-null scalar
RelationshipType.prettyName
● String!
non-null scalar
RelationshipType.updatedAt
● ISO8601DateTime!
non-null scalar
Returned By
relationshipTypes
query