INPUT_OBJECT

DeletedDocumentCondition

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

link GraphQL Schema definition

  • input DeletedDocumentCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `title` field.
  • title: String
  • # Checks for equality with the object’s `categoryRowId` field.
  • categoryRowId: UUID
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `baseDocumentRowId` field.
  • baseDocumentRowId: UUID
  • # Checks for equality with the object’s `name` field.
  • name: String
  • # Checks for equality with the object’s `language` field.
  • language: LanguageCode
  • # Checks for equality with the object’s `version` field.
  • version: Datetime
  • # Checks for equality with the object’s `numPages` field.
  • numPages: Int
  • # Checks for equality with the object’s `numAttachPages` field.
  • numAttachPages: Int
  • # Checks for equality with the object’s `importedBy` field.
  • importedBy: UUID
  • # Checks for equality with the object’s `importedAt` field.
  • importedAt: Datetime
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }