UpdateNotificationRecipientPayload
The result of updating a notification recipient.
type UpdateNotificationRecipientPayload {
notificationRecipient: NotificationRecipient
}
Fields
UpdateNotificationRecipientPayload.notificationRecipient ● NotificationRecipient interface common
The updated notification recipient.
Returned By
updateNotificationRecipient mutation