ItemAssociationEdge
Type that represents a Association and association edge values related to an item
type ItemAssociationEdge implements Node {
id: ID!
_id: String!
Association: Association
ItemId: ID
Values: [AssociationEdge]
}
Fields
id ● ID! non-null scalar
Resulting Id for the join
_id ● String! non-null scalar
Internal Id
Association ● Association object
Reference to the Association
ItemId ● ID scalar
ItemId
Values ● [AssociationEdge] list object
Association Edge Values
Interfaces
Node interface
Node: representa uma interface nó