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