Skip to main content

NotificationCondition

A condition that must be met for a notification to be sent to a destination.

type NotificationCondition {
condition_type: NotificationConditionType!
value: Json
}

Fields

NotificationCondition.condition_type ● NotificationConditionType! non-null enum

The type of condition.

NotificationCondition.value ● Json scalar

The value of the condition. This will vary depending on the condition type.

Member Of

NotificationDestination object