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 `clientCompanyTagRowId` field.
- : UUID
- # Checks for equality with the object’s `documentRowId` 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
- # Checks for equality with the object’s `name` field.
- : String
- }