OBJECT
ClientCompanyCostCentersEdge
A ClientCompanyCostCenter edge in the connection.
link GraphQL Schema definition
- type ClientCompanyCostCentersEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `ClientCompanyCostCenter` at the end of the edge.
- : ClientCompanyCostCenter!
- }