OBJECT

CompanyCostCentersConnection

A connection to a list of CompanyCostCenter values.

link GraphQL Schema definition

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