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