SupportedOperatorType
Represents supported operators and their associated systems in various condition types.
type SupportedOperatorType {
operator: Operator!
supportedSystems: [ConditionSystem!]!
}
Fields
SupportedOperatorType.operator ● Operator! non-null enum common
The operator used in the condition.
SupportedOperatorType.supportedSystems ● [ConditionSystem!]! non-null enum common
List of systems that support this operator.
Member of
CustomField object