ContractConnection
No description
type ContractConnection implements Connection {
pageInfo: PageInfo!
edges: [ContractEdge]
}
Fields
ContractConnection.pageInfo ● PageInfo! non-null object
ContractConnection.edges ● [ContractEdge] list object
Interfaces
Connection interface
The Connection type wraps the list of items in the paginated response.
Member Of
User object