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