mutation accountDisableNotificationCategory($input: AccountDisableNotificationCategoryInput!) { accountDisableNotificationCategory(input: $input) { errors { message } account { notificationSettings { push { enabled disabledCategories } } } } }