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