Merged in fix/system-fragment (pull request #3102)

fix: faulty system fragment

* fix: faulty system fragment


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-11-07 12:45:36 +00:00
parent e9bd159e98
commit 0d479eb337

View File

@@ -24,6 +24,7 @@ import { PromoCampaignPageLink } from "./PageLink/PromoCampaignPageLink.graphql"
import { StartPageLink } from "./PageLink/StartPageLink.graphql" import { StartPageLink } from "./PageLink/StartPageLink.graphql"
import { PromoCampaignPageRef } from "./PromoCampaignPage/Ref.graphql" import { PromoCampaignPageRef } from "./PromoCampaignPage/Ref.graphql"
import { StartPageRef } from "./StartPage/Ref.graphql" import { StartPageRef } from "./StartPage/Ref.graphql"
import { System } from "./System.graphql"
export const Alert = gql` export const Alert = gql`
fragment Alert on Alert { fragment Alert on Alert {
@@ -90,9 +91,6 @@ export const Alert = gql`
visible_on visible_on
} }
fragment System on SystemMetadata {
id
}
${AccountPageLink} ${AccountPageLink}
${CampaignOverviewPageLink} ${CampaignOverviewPageLink}
${CampaignPageLink} ${CampaignPageLink}
@@ -159,6 +157,7 @@ export const AlertRef = gql`
} }
visible_on visible_on
} }
${System}
${AccountPageRef} ${AccountPageRef}
${CampaignOverviewPageRef} ${CampaignOverviewPageRef}
${CampaignPageRef} ${CampaignPageRef}