fix: caching
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#import "../Fragments/Image.graphql"
|
||||
#import "../Fragments/Refs/System.graphql"
|
||||
|
||||
query GetCurrentHeader($locale: String!) {
|
||||
all_current_header(limit: 1, locale: $locale) {
|
||||
@@ -30,3 +31,13 @@ query GetCurrentHeader($locale: String!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetCurrentHeaderRef($locale: String!) {
|
||||
all_current_header(limit: 1, locale: $locale) {
|
||||
items {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user