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