Skip to main content
Version: 0.1.0

NotificationConditionProviderInput

The definition for notification conditions or notification.

An instance of this input type can represent one of the following:

  • a single condition group: the 'groups' list is not empty, and the operator is not present
  • a combination of condition groups: the 'groups' list contains multiple members, and the operator is present
  • a single condition: the 'condition' field is present
  • clearing any configured conditions: the noConditions field is present and set to true
input NotificationConditionProviderInput {
operator: NotificationConditionGroupOperator
groups: [NotificationConditionGroupInput!]
condition: NotificationConditionInput
noConditions: Boolean
}

Fields

NotificationConditionProviderInput.operator ● NotificationConditionGroupOperator enum

NotificationConditionProviderInput.groups ● [NotificationConditionGroupInput!] list input

NotificationConditionProviderInput.condition ● NotificationConditionInput input

NotificationConditionProviderInput.noConditions ● Boolean scalar

Member Of

NotificationIntegrationSettingsInput input