fix: add all pages as possible references
This commit is contained in:
@@ -25,7 +25,7 @@ query GetContentPage($locale: String!, $uid: String!) {
|
||||
header {
|
||||
heading
|
||||
preamble
|
||||
...NavigationLinks
|
||||
...NavigationLinks_ContentPage
|
||||
}
|
||||
blocks {
|
||||
__typename
|
||||
@@ -78,18 +78,7 @@ query GetContentPageBlocksBatch2($locale: String!, $uid: String!) {
|
||||
query GetContentPageRefs($locale: String!, $uid: String!) {
|
||||
content_page(locale: $locale, uid: $uid) {
|
||||
header {
|
||||
navigation_links {
|
||||
linkConnection {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
...ContentPageRef
|
||||
...HotelPageRef
|
||||
...LoyaltyPageRef
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
...NavigationLinksRef_ContentPage
|
||||
}
|
||||
sidebar {
|
||||
__typename
|
||||
|
||||
Reference in New Issue
Block a user