feat(SW-497): Changes to global alert schema
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#import "../Fragments/GlobalAlert.graphql"
|
||||
#import "../Fragments/Alert.graphql"
|
||||
|
||||
query GetSiteConfig($locale: String!) {
|
||||
all_site_config(limit: 1, locale: $locale) {
|
||||
@@ -8,7 +8,7 @@ query GetSiteConfig($locale: String!) {
|
||||
alertConnection {
|
||||
edges {
|
||||
node {
|
||||
...GlobalAlert
|
||||
...Alert
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user