OBJECT

ClientCompanyCostCentersConnection

A connection to a list of ClientCompanyCostCenter values.

link GraphQL Schema definition

  • type ClientCompanyCostCentersConnection {
  • # A list of `ClientCompanyCostCenter` objects.
  • nodes: [ClientCompanyCostCenter!]!
  • # A list of edges which contains the `ClientCompanyCostCenter` and cursor to aid
  • # in pagination.
  • edges: [ClientCompanyCostCentersEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `ClientCompanyCostCenter` you could get from the connection.
  • totalCount: Int!
  • }