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