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