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