feat(SW-266): Replacing static metadata with data from Contentstack on Loyalty pages and Account Pages
This commit is contained in:
12
lib/graphql/Query/MetaDataMyPages.graphql
Normal file
12
lib/graphql/Query/MetaDataMyPages.graphql
Normal file
@@ -0,0 +1,12 @@
|
||||
#import "../Fragments/MyPages/MetaData.graphql"
|
||||
|
||||
query GetMyPagesMetaData($locale: String!, $url: String!) {
|
||||
all_account_page(locale: $locale, where: { url: $url }) {
|
||||
items {
|
||||
...MyPagesMetaData
|
||||
system {
|
||||
uid
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user