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