Skip to main content
Version: 0.1.0

NotificationConditionGroup

Represents the logical combination of one or more conditions

type NotificationConditionGroup {
operator: NotificationConditionGroupOperator
conditions: [NotificationConditionProvider!]!
}

Fields

NotificationConditionGroup.operator ● NotificationConditionGroupOperator enum

The operator used to combine the conditions

NotificationConditionGroup.conditions ● [NotificationConditionProvider!]! non-null union

The child conditions and/or condition groups to be evaluated using the specified operator. WARNING: Only 1 NotificationCondition is currently supported

Implemented By

NotificationConditionProvider union