OBJECT
DeliveryNoteItem
link GraphQL Schema definition
- type DeliveryNoteItem implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : TrimmedText!
- : TrimmedText!
- : TrimmedText
- : TrimmedText
- : TrimmedText
- : Float!
- : TrimmedText
- : Float
- : TrimmedText
- : UpdatedTime
- : CreatedTime
- # Reads a single `DeliveryNote` that is related to this `DeliveryNoteItem`.
- : DeliveryNote!
- }