fix: my pages navigation locale aware
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#import "../Fragments/PageLinks.graphql"
|
#import "../Fragments/PageLinks.graphql"
|
||||||
|
|
||||||
query GetNavigationMyPages {
|
query GetNavigationMyPages($locale: String!) {
|
||||||
all_navigation_my_pages {
|
all_navigation_my_pages(locale: $locale) {
|
||||||
items {
|
items {
|
||||||
items {
|
items {
|
||||||
... on NavigationMyPagesItemsItem {
|
... on NavigationMyPagesItemsItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user