From 28d14c25c47918b9e4f0a4cdbe83032124241bdc Mon Sep 17 00:00:00 2001 From: Cesare Naldi Date: Wed, 5 Feb 2025 21:25:25 +0100 Subject: [PATCH] fix: tweaks types --- packages/graphql/src/graphql.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/graphql/src/graphql.ts b/packages/graphql/src/graphql.ts index ed39ebb57..39e074ea8 100644 --- a/packages/graphql/src/graphql.ts +++ b/packages/graphql/src/graphql.ts @@ -142,6 +142,7 @@ export const graphql = initGraphQLTada<{ FollowersYouKnowOrderBy: FollowersYouKnowOrderBy; FollowingOrderBy: FollowingOrderBy; ForYouSource: ForYouSource; + GeneratedNotificationId: ID; GraphRuleExecuteOn: GraphRuleExecuteOn; GraphRuleType: GraphRuleType; GraphRuleUnsatisfiedReason: GraphRuleUnsatisfiedReason;