OBJECT

CompanyCostCentersEdge

A CompanyCostCenter edge in the connection.

link GraphQL Schema definition

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