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