OBJECT

InvoiceAccountingItemCostCentersEdge

A InvoiceAccountingItemCostCenter edge in the connection.

link GraphQL Schema definition

  • type InvoiceAccountingItemCostCentersEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `InvoiceAccountingItemCostCenter` at the end of the edge.
  • node: InvoiceAccountingItemCostCenter!
  • }