ContractEdge
One agreement together with the cursor that marks its position in the connection.
type ContractEdge {
node: Contract!
cursor: String!
}
Fields
ContractEdge.node ● Contract! non-null object
The item at the end of the edge.
ContractEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
ContractConnection object