INPUT_OBJECT
DocumentVersionCondition
A condition to be used against DocumentVersion object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentVersionCondition {
- #   Checks for equality with the object’s `id` field.
- : UUID
- #   Checks for equality with the object’s `documentId` field.
- : UUID
- #   Checks for equality with the object’s `version` field.
- : Datetime
- #   Checks for equality with the object’s `prevVersion` field.
- : Datetime
- #   Checks for equality with the object’s `commitUserId` field.
- : UUID
- #   Checks for equality with the object’s `commitReason` field.
- : String
- #   Checks for equality with the object’s `addedFiles` field.
- : [String]
- #   Checks for equality with the object’s `removedFiles` field.
- : [String]
- #   Checks for equality with the object’s `modifiedFiles` field.
- : [String]
- }