AssociationEdge
Association Edge definition between two items
type AssociationEdge implements Node {
id: ID!
_id: String!
AssociationId: String!
Source: String!
Target: String!
CreatedAt: DateTime
UpdatedAt: DateTime
Association: Association
SourceItem: Item
TargetItem: Item
}
Fields
id ● ID! non-null scalar
Id in base64
_id ● String! non-null scalar
Internal item id
AssociationId ● String! non-null scalar
Association Id
Source ● String! non-null scalar
Id of the source item
Target ● String! non-null scalar
Id of the target item
CreatedAt ● DateTime scalar
Creation date
UpdatedAt ● DateTime scalar
Update date
Association ● Association object
Association
SourceItem ● Item interface
Source Item
TargetItem ● Item interface
Target Item
Interfaces
Node interface
Node: representa uma interface nó