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.
  • rowId: UUID
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `hasSpreadsheets` field.
  • hasSpreadsheets: Boolean
  • # Checks for equality with the object’s `hasPdfs` field.
  • hasPdfs: Boolean
  • # Checks for equality with the object’s `auditTrail` field.
  • auditTrail: AuditTrailPos
  • # Checks for equality with the object’s `accountingExport` field.
  • accountingExport: AccountingSystem
  • # Checks for equality with the object’s `accountingPeriod` field.
  • accountingPeriod: Date
  • # Checks for equality with the object’s `bookingExport` field.
  • bookingExport: Boolean
  • # Checks for equality with the object’s `allowIncomplete` field.
  • allowIncomplete: Boolean
  • # Checks for equality with the object’s `createdBy` field.
  • createdBy: UUID
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }