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