SetUserMobileNotificationSettingPayload
ObjectAutogenerated return type of SetUserMobileNotificationSetting.
mutation { user { setUserMobileNotificationSetting } }
Example
mutation SetUserMobileNotificationSetting($input: SetUserMobileNotificationSettingInput!) {
user {
setUserMobileNotificationSetting(input: $input) {
errors
}
}
}