diff --git a/backend/src/schema/index.ts b/backend/src/schema/index.ts index 07721bceb..189802204 100644 --- a/backend/src/schema/index.ts +++ b/backend/src/schema/index.ts @@ -10,6 +10,8 @@ export default makeAugmentedSchema({ exclude: [ 'Badge', 'Embed', + 'EmailNotificationSettings', + 'EmailNotificationSettingsOption', 'EmailAddress', 'Notification', 'Statistics',