INPUT_OBJECT

InvoiceDeliveryNoteCondition

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

link GraphQL Schema definition

  • input InvoiceDeliveryNoteCondition {
  • # Checks for equality with the object’s `invoiceDocumentRowId` field.
  • invoiceDocumentRowId: UUID
  • # Checks for equality with the object’s `deliveryNoteDocumentRowId` field.
  • deliveryNoteDocumentRowId: UUID
  • # Checks for equality with the object’s `createdBy` field.
  • createdBy: UUID
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: Datetime
  • }