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