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