INPUT_OBJECT
DeliveryNoteItemCondition
A condition to be used against DeliveryNoteItem object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DeliveryNoteItemCondition {
- # Checks for equality with the object’s `documentId` field.
- : UUID
- # Checks for equality with the object’s `posNr` field.
- : String
- # Checks for equality with the object’s `quantity` field.
- : BigInt
- # Checks for equality with the object’s `productNr` field.
- : String
- # Checks for equality with the object’s `eanNr` field.
- : String
- # Checks for equality with the object’s `gtinNr` field.
- : String
- # Checks for equality with the object’s `description` field.
- : String
- }