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