Association
Association definition between two item types
type Association implements Node {
id: ID!
_id: String!
Name: String!
EdgeTypeA: String!
ItemTypeEdgeTypeA: ItemType
ItemTypeEdgeTypeB: ItemType
EdgeTypeB: String!
CreatedAt: DateTime
UpdatedAt: DateTime
}
Fields
id ● ID! non-null scalar
Id in base64
_id ● String! non-null scalar
Internal item id
Name ● String! non-null scalar
Name
EdgeTypeA ● String! non-null scalar
ClassName involved in the association
ItemTypeEdgeTypeA ● ItemType object
ItemType related to EdgeTypeA ClassName
ItemTypeEdgeTypeB ● ItemType object
ItemType related to EdgeTypeB ClassName
EdgeTypeB ● String! non-null scalar
ClassName involved in the association
CreatedAt ● DateTime scalar
Creation date
UpdatedAt ● DateTime scalar
Update date
Interfaces
Node interface
Node: representa uma interface nó