INPUT_OBJECT
ExportCondition
A condition to be used against Export object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ExportCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `clientCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `hasSpreadsheets` field.
- : Boolean
- # Checks for equality with the object’s `hasPdfs` field.
- : Boolean
- # Checks for equality with the object’s `auditTrail` field.
- : AuditTrailPos
- # Checks for equality with the object’s `accountingExport` field.
- : AccountingSystem
- # Checks for equality with the object’s `accountingPeriod` field.
- : Date
- # Checks for equality with the object’s `bookingExport` field.
- : Boolean
- # Checks for equality with the object’s `allowIncomplete` field.
- : Boolean
- # Checks for equality with the object’s `createdBy` field.
- : UUID
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }