INPUT_OBJECT
DocumentCondition
A condition to be used against Document
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentCondition {
- # Checks for equality with the object’s `id` field.
- UUID :
- # Checks for equality with the object’s `title` field.
- String :
- # Checks for equality with the object’s `name` field.
- String :
- # Checks for equality with the object’s `language` field.
- LanguageCode :
- # Checks for equality with the object’s `version` field.
- Datetime :
- # Checks for equality with the object’s `numPages` field.
- Int :
- # Checks for equality with the object’s `numAttachPages` field.
- Int :
- # Checks for equality with the object’s `categoryId` field.
- UUID :
- # Checks for equality with the object’s `workflowStepId` field.
- UUID :
- # Checks for equality with the object’s `importedBy` field.
- UUID :
- # Checks for equality with the object’s `importedAt` field.
- Datetime :
- # Checks for equality with the object’s `periodDate` field.
- Datetime :
- # Checks for equality with the object’s `rearrangedAt` field.
- Datetime :
- # Checks for equality with the object’s `rearrangedBy` field.
- UUID :
- # Checks for equality with the object’s `pagesConfirmedAt` field.
- Datetime :
- # Checks for equality with the object’s `pagesConfirmedBy` field.
- UUID :
- # Checks for equality with the object’s `checkoutUserId` field.
- UUID :
- # Checks for equality with the object’s `checkoutReason` field.
- String :
- # Checks for equality with the object’s `checkoutTime` field.
- Datetime :
- # Checks for equality with the object’s `updatedAt` field.
- UpdatedTime :
- # Checks for equality with the object’s `createdAt` field.
- CreatedTime :
- }