ContractEdge
No description
type ContractEdge implements Edge {
node: Contract
cursor: String!
}
Fields
ContractEdge.node ● Contract object
ContractEdge.cursor ● String! non-null scalar
Interfaces
Edge interface
The Edge type is a wrapper around the node type and contains a cursor.
Member Of
ContractConnection object