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