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.
  • documentId: UUID
  • # Checks for equality with the object’s `posNr` field.
  • posNr: String
  • # Checks for equality with the object’s `quantity` field.
  • quantity: BigInt
  • # Checks for equality with the object’s `productNr` field.
  • productNr: String
  • # Checks for equality with the object’s `eanNr` field.
  • eanNr: String
  • # Checks for equality with the object’s `gtinNr` field.
  • gtinNr: String
  • # Checks for equality with the object’s `description` field.
  • description: String
  • }