INPUT_OBJECT
DocumentTagCondition
A condition to be used against DocumentTag
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentTagCondition {
- # Checks for equality with the object’s `companyTagId` field.
- UUID :
- # Checks for equality with the object’s `documentId` field.
- UUID :
- # Checks for equality with the object’s `page` field.
- Int :
- # Checks for equality with the object’s `posX` field.
- Float :
- # Checks for equality with the object’s `posY` field.
- Float :
- # Checks for equality with the object’s `updatedAt` field.
- UpdatedTime :
- # Checks for equality with the object’s `createdAt` field.
- CreatedTime :
- }