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 `rowId` field.
- : UUID
- # Checks for equality with the object’s `deliveryNoteDocumentRowId` field.
- : UUID
- # Checks for equality with the object’s `posNo` field.
- : TrimmedText
- # Checks for equality with the object’s `title` field.
- : TrimmedText
- # Checks for equality with the object’s `productNo` field.
- : TrimmedText
- # Checks for equality with the object’s `eanNo` field.
- : TrimmedText
- # Checks for equality with the object’s `gtinNo` field.
- : TrimmedText
- # Checks for equality with the object’s `quantity` field.
- : Float
- # Checks for equality with the object’s `quantityUnit` field.
- : TrimmedText
- # Checks for equality with the object’s `weight` field.
- : Float
- # Checks for equality with the object’s `weightUnit` field.
- : TrimmedText
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }