ContractTypeEdge
An edge that contains a node of type ContractType and a cursor.
type ContractTypeEdge {
node: ContractType!
cursor: String!
}
Fields
ContractTypeEdge.node
● ContractType!
non-null object
The ContractType node.
ContractTypeEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
ContractTypeConnection
object