INPUT_OBJECT

ExportDocumentCondition

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

link GraphQL Schema definition

  • input ExportDocumentCondition {
  • # Checks for equality with the object’s `exportRowId` field.
  • exportRowId: UUID
  • # Checks for equality with the object’s `documentRowId` field.
  • documentRowId: UUID
  • # Checks for equality with the object’s `removedAt` field.
  • removedAt: Datetime
  • # Checks for equality with the object’s `removedBy` field.
  • removedBy: UUID
  • }