Skip to content

updateNotificationSetting

Update a Notification Setting and return Notification Setting

Arguments

input · updateNotificationSettingInput · Parameters for updateNotificationSetting

Returns

updateNotificationSettingPayload

Example

mutation updateNotificationSetting($input: updateNotificationSettingInput) {
updateNotificationSetting(input: $input) {
messages
notificationSetting
}
}