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