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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user