feat(SW-200): refactoring SEO metadata handling and added functionality for static pages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#import "../../Fragments/Image.graphql"
|
||||
#import "../../Fragments/System.graphql"
|
||||
|
||||
query GetMyPagesMetaData($locale: String!, $uid: String!) {
|
||||
query GetAccountPageMetaData($locale: String!, $uid: String!) {
|
||||
account_page(locale: $locale, uid: $uid) {
|
||||
system {
|
||||
...System
|
||||
|
||||
Reference in New Issue
Block a user