OBJECT

InvoiceAccountingItemCostCentersConnection

A connection to a list of InvoiceAccountingItemCostCenter values.

link GraphQL Schema definition

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