OBJECT
InvoiceDeliveryNotesConnection
A connection to a list of InvoiceDeliveryNote values.
link GraphQL Schema definition
- type InvoiceDeliveryNotesConnection {
- # A list of `InvoiceDeliveryNote` objects.
- : [InvoiceDeliveryNote!]!
- # A list of edges which contains the `InvoiceDeliveryNote` and cursor to aid in
- # pagination.
- : [InvoiceDeliveryNotesEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `InvoiceDeliveryNote` you could get from the connection.
- : Int!
- }