Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Enum

ConditionOperator

Condition operators. Defines how the value of the Asset is compared to the provided value. Supported Operators:

  • IS: equals to the provided value.
  • IS_NOT: is not equal to provided value.
Enum Values
IS
--
IS_NOT
--