OBJECT

ClientCompanyCostCentersEdge

A ClientCompanyCostCenter edge in the connection.

link GraphQL Schema definition

  • type ClientCompanyCostCentersEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `ClientCompanyCostCenter` at the end of the edge.
  • node: ClientCompanyCostCenter!
  • }