OBJECT

InvoiceDeliveryNotesEdge

A InvoiceDeliveryNote edge in the connection.

link GraphQL Schema definition

  • type InvoiceDeliveryNotesEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `InvoiceDeliveryNote` at the end of the edge.
  • node: InvoiceDeliveryNote!
  • }