Skip to main content

NotificationConditionInput

An input type for creating or updating conditions that must be met for a notification to be sent to a destination.

input NotificationConditionInput {
conditionType: NotificationConditionType!
value: Json
}

Fields

NotificationConditionInput.conditionType ● NotificationConditionType! non-null enum

The type of condition.

NotificationConditionInput.value ● Json scalar

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

Member Of

NotificationDestinationInput input