AlertRecipientInput
Input for creating/updating alert recipients.
input AlertRecipientInput {
type: AlertRecipientType!
value: String!
label: String
}
Fields
AlertRecipientInput.type ● AlertRecipientType! non-null enum
AlertRecipientInput.value ● String! non-null scalar
AlertRecipientInput.label ● String scalar
Member Of
CreateAlertRuleInput input ● UpdateAlertRuleInput input