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