fix: add all pages as possible references
This commit is contained in:
@@ -13,7 +13,7 @@ query GetCollectionPage($locale: String!, $uid: String!) {
|
||||
header {
|
||||
heading
|
||||
preamble
|
||||
...NavigationLinks
|
||||
...NavigationLinks_CollectionPage
|
||||
}
|
||||
blocks {
|
||||
__typename
|
||||
@@ -35,19 +35,7 @@ query GetCollectionPage($locale: String!, $uid: String!) {
|
||||
query GetCollectionPageRefs($locale: String!, $uid: String!) {
|
||||
collection_page(locale: $locale, uid: $uid) {
|
||||
header {
|
||||
navigation_links {
|
||||
linkConnection {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
...HotelPageRef
|
||||
...LoyaltyPageRef
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
...NavigationLinksRef_CollectionPage
|
||||
}
|
||||
blocks {
|
||||
__typename
|
||||
|
||||
Reference in New Issue
Block a user