feat(SW-200): Added noindex property to seo metadata in contentstack and added implementation
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
#import "../../Fragments/MetaData.graphql"
|
||||
#import "../../Fragments/Metadata.graphql"
|
||||
#import "../../Fragments/System.graphql"
|
||||
|
||||
query GetAccountPageMetaData($locale: String!, $uid: String!) {
|
||||
query GetAccountPageMetadata($locale: String!, $uid: String!) {
|
||||
account_page(locale: $locale, uid: $uid) {
|
||||
web {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
seo_metadata {
|
||||
description
|
||||
title
|
||||
...MetaDataImageConnection
|
||||
...Metadata
|
||||
}
|
||||
}
|
||||
system {
|
||||
Reference in New Issue
Block a user