From 7c34eea521e4bdc546fb2ba98be50457b1733f09 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 6 Apr 2025 04:19:19 +0200 Subject: [PATCH] exclude the EmailNotification Type queries from being generated --- backend/src/schema/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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',