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.
  • companyTagId: UUID
  • # Checks for equality with the object’s `documentId` field.
  • documentId: UUID
  • # Checks for equality with the object’s `page` field.
  • page: Int
  • # Checks for equality with the object’s `posX` field.
  • posX: Float
  • # Checks for equality with the object’s `posY` field.
  • posY: Float
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }