OBJECT

InvoiceCostCentersConnection

A connection to a list of InvoiceCostCenter values.

link GraphQL Schema definition

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