OBJECT

InvoiceCostCentersEdge

A InvoiceCostCenter edge in the connection.

link GraphQL Schema definition

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