Skip to main content

updateNotificationRecipient

Update a notification recipient.

updateNotificationRecipient(
input: UpdateNotificationRecipientInput
): UpdateNotificationRecipientPayload!

Example

mutation ($input: UpdateNotificationRecipientInput) {
updateNotificationRecipient(input: $input) {
notificationRecipient {
createdAt
description
id
name
organizationId
recipientType
recipientValue
updatedAt
}
}
}

Arguments

updateNotificationRecipient.input ● UpdateNotificationRecipientInput input common

The notification recipient changes to apply.

Type

UpdateNotificationRecipientPayload object common

The result of updating a notification recipient.