FieldConditionOperatorType is an enumerated list of field condition comparison operator types.

This enumerated datatype is used the FieldInteractionConditionInput and WidgetInteractionCondition datatypes. They're used by several other datatypes, which are ultimately used by several mutation fields (e.g., createDashboardLinkInteraction(), updateCustomLinkInteraction(), createDashboard()).

Table: FieldConditionOperatorType

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: May 8, 2025
Contains   Long-TermUsed to set operator type to contains.
EndsWith   Long-TermSets the operator type to ends with.
Equal   Long-TermIndicates operator type is equals.
NotContains   Long-TermSets the operator type to does not contain.
NotEqual   Long-TermMakes operator type not equal.
NotPresent   Long-TermThe operator type is not present.
Present   Long-TermThe operator type is present.
StartsWith   Long-TermSets the operator type to starts with.
Unknown   Long-TermThe operator type is unknown.