diff --git a/packages/trpc/lib/graphql/Fragments/Alert.graphql.ts b/packages/trpc/lib/graphql/Fragments/Alert.graphql.ts index 672da4875..0367fd80c 100644 --- a/packages/trpc/lib/graphql/Fragments/Alert.graphql.ts +++ b/packages/trpc/lib/graphql/Fragments/Alert.graphql.ts @@ -24,6 +24,7 @@ import { PromoCampaignPageLink } from "./PageLink/PromoCampaignPageLink.graphql" import { StartPageLink } from "./PageLink/StartPageLink.graphql" import { PromoCampaignPageRef } from "./PromoCampaignPage/Ref.graphql" import { StartPageRef } from "./StartPage/Ref.graphql" +import { System } from "./System.graphql" export const Alert = gql` fragment Alert on Alert { @@ -90,9 +91,6 @@ export const Alert = gql` visible_on } - fragment System on SystemMetadata { - id - } ${AccountPageLink} ${CampaignOverviewPageLink} ${CampaignPageLink} @@ -159,6 +157,7 @@ export const AlertRef = gql` } visible_on } + ${System} ${AccountPageRef} ${CampaignOverviewPageRef} ${CampaignPageRef}