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.
- : UUID
- # Checks for equality with the object’s `deliveryNoteDocumentRowId` field.
- : UUID
- # Checks for equality with the object’s `createdBy` field.
- : UUID
- # Checks for equality with the object’s `createdAt` field.
- : Datetime
- }