ContractTypeConnection
A paginated list of ContractType edges.
type ContractTypeConnection {
pageInfo: PageInfo!
edges: [ContractTypeEdge!]!
}
Fields
ContractTypeConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
ContractTypeConnection.edges
● [ContractTypeEdge!]!
non-null object
A list of ContractType edges.
Returned By
contractTypes
query