From 0509824e173f60c8c912f75b64ec9c93655141a5 Mon Sep 17 00:00:00 2001 From: nicolasburtey Date: Mon, 20 May 2024 14:33:31 -0600 Subject: [PATCH] chore: fix codegen 12343 (#3274) Co-authored-by: Nicolas Burtey --- supergraph.graphql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supergraph.graphql b/supergraph.graphql index a35ab5a23a..84dc37eec0 100644 --- a/supergraph.graphql +++ b/supergraph.graphql @@ -2186,7 +2186,8 @@ type User id: ID! apiKeys: [ApiKey!]! statefulNotifications(first: Int!, after: String): StatefulNotificationConnection! - unacknowledgedStatefulNotificationsCount: Int! + statefulNotificationsWithoutBulletinEnabled(first: Int!, after: String): StatefulNotificationConnection! + unacknowledgedStatefulNotificationsWithoutBulletinEnabledCount: Int! unacknowledgedStatefulNotificationsWithBulletinEnabled(first: Int!, after: String): StatefulNotificationConnection! """