INPUT_OBJECT

CompanyTagCondition

A condition to be used against CompanyTag object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input CompanyTagCondition {
  • # Checks for equality with the object’s `id` field.
  • id: UUID
  • # Checks for equality with the object’s `tag` field.
  • tag: String
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • # Checks for equality with the object’s `companyId` field.
  • companyId: UUID
  • }