ContractContactsEdge
An edge that contains a node of type Contact, a cursor and some metadata.
type ContractContactsEdge {
node: Contact!
cursor: String!
notes: String
}
Fields
ContractContactsEdge.node
● Contact!
non-null object
The Contact node.
ContractContactsEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
ContractContactsEdge.notes
● String
scalar
The relation's notes.