OBJECT
ContractReferralConnection
The connection type for ContractReferral.
link GraphQL Schema definition
- type ContractReferralConnection {
- # A list of edges.
- ContractReferralEdge] : [
- # A list of nodes.
- ContractReferral] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }