OBJECT

DeliveryNoteItemsConnection

A connection to a list of DeliveryNoteItem values.

link GraphQL Schema definition

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