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