OBJECT
InvoiceAccountingItemCostCentersConnection
A connection to a list of InvoiceAccountingItemCostCenter values.
link GraphQL Schema definition
- type InvoiceAccountingItemCostCentersConnection {
- # A list of `InvoiceAccountingItemCostCenter` objects.
- : [InvoiceAccountingItemCostCenter!]!
- # A list of edges which contains the `InvoiceAccountingItemCostCenter` and cursor
- # to aid in pagination.
- : [InvoiceAccountingItemCostCentersEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `InvoiceAccountingItemCostCenter` you could get from the
- # connection.
- : Int!
- }