OBJECT
InvoiceAccountingItemCostCentersEdge
A InvoiceAccountingItemCostCenter edge in the connection.
link GraphQL Schema definition
- type InvoiceAccountingItemCostCentersEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `InvoiceAccountingItemCostCenter` at the end of the edge.
- : InvoiceAccountingItemCostCenter!
- }