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