OBJECT
ContractLevelConnection
The connection type for ContractLevel.
link GraphQL Schema definition
- type ContractLevelConnection {
- : [String!]!
- # A list of edges.
- : [ContractLevelEdge]
- # A list of nodes.
- : [ContractLevel]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }