INPUT_OBJECT

DeliveryNoteCondition

A condition to be used against DeliveryNote object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input DeliveryNoteCondition {
  • # Checks for equality with the object’s `documentId` field.
  • documentId: UUID
  • # Checks for equality with the object’s `partnerCompanyId` field.
  • partnerCompanyId: UUID
  • # Checks for equality with the object’s `invoiceId` field.
  • invoiceId: UUID
  • # Checks for equality with the object’s `invoiceNumber` field.
  • invoiceNumber: String
  • # Checks for equality with the object’s `deliveryNoteNr` field.
  • deliveryNoteNr: String
  • # Checks for equality with the object’s `deliveryDate` field.
  • deliveryDate: Datetime
  • }