OBJECT
ClientCompanyCostCentersConnection
A connection to a list of ClientCompanyCostCenter values.
link GraphQL Schema definition
- type ClientCompanyCostCentersConnection {
- # A list of `ClientCompanyCostCenter` objects.
- : [ClientCompanyCostCenter!]!
- # A list of edges which contains the `ClientCompanyCostCenter` and cursor to aid
- # in pagination.
- : [ClientCompanyCostCentersEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `ClientCompanyCostCenter` you could get from the connection.
- : Int!
- }