OBJECT

InvoiceDeliveryNotesConnection

A connection to a list of InvoiceDeliveryNote values.

link GraphQL Schema definition

  • type InvoiceDeliveryNotesConnection {
  • # A list of `InvoiceDeliveryNote` objects.
  • nodes: [InvoiceDeliveryNote!]!
  • # A list of edges which contains the `InvoiceDeliveryNote` and cursor to aid in
  • # pagination.
  • edges: [InvoiceDeliveryNotesEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `InvoiceDeliveryNote` you could get from the connection.
  • totalCount: Int!
  • }