ContactContactsEdge
An edge that contains a node of type Contact, a cursor and some metadata.
type ContactContactsEdge {
node: Contact!
cursor: String!
notes: String
rightOfRepresentation: Boolean
soleRightOfRepresentation: Boolean
}
Fields
ContactContactsEdge.node ● Contact! non-null object
The Contact node.
ContactContactsEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
ContactContactsEdge.notes ● String scalar
Notes for this contact interrelation.
ContactContactsEdge.rightOfRepresentation ● Boolean scalar
Whether the related contact holds the right of representation.
ContactContactsEdge.soleRightOfRepresentation ● Boolean scalar
Whether the related contact holds the SOLE right of representation.