SetUserDesktopNotificationSettingPayload
ObjectAutogenerated return type of SetUserDesktopNotificationSetting.
mutation { user { setUserDesktopNotificationSetting } }
Example
mutation SetUserDesktopNotificationSetting($input: SetUserDesktopNotificationSettingInput!) {
user {
setUserDesktopNotificationSetting(input: $input) {
errors
}
}
}