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.
- UUID :
- # Checks for equality with the object’s `partnerCompanyId` field.
- UUID :
- # Checks for equality with the object’s `invoiceId` field.
- UUID :
- # Checks for equality with the object’s `invoiceNumber` field.
- String :
- # Checks for equality with the object’s `deliveryNoteNr` field.
- String :
- # Checks for equality with the object’s `deliveryDate` field.
- Datetime :
- }