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 `rowId` field.
- : UUID
- # Checks for equality with the object’s `documentRowId` field.
- : UUID
- # Checks for equality with the object’s `version` field.
- : VersionTime
- # Checks for equality with the object’s `prevVersion` field.
- : VersionTime
- # Checks for equality with the object’s `commitUserRowId` 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]
- }