AddNotificationRecipientPayload
The result of creating a notification recipient.
type AddNotificationRecipientPayload {
notificationRecipient: NotificationRecipient
}
Fields
AddNotificationRecipientPayload.notificationRecipient ● NotificationRecipient interface common
The created notification recipient.
Returned By
addNotificationRecipient mutation