Merged in feat/SW-1450-destination-pages (pull request #1215)

feat(SW-1450): removed country reference from destination city pages

* feat(SW-1450): removed country reference from destination city pages


Approved-by: Fredrik Thorsson
This commit is contained in:
Erik Tiekstra
2025-01-27 13:38:02 +00:00
parent dc105992c5
commit 5b0b82da80
4 changed files with 10 additions and 74 deletions

View File

@@ -24,19 +24,6 @@ query GetDestinationCityPage($locale: String!, $uid: String!) {
destination_city_page(uid: $uid, locale: $locale) {
title
destination_settings {
countryConnection {
edges {
node {
... on DestinationCountryPage {
title
url
destination_settings {
country
}
}
}
}
}
city_denmark
city_finland
city_germany
@@ -89,16 +76,6 @@ query GetDestinationCityPage($locale: String!, $uid: String!) {
query GetDestinationCityPageRefs($locale: String!, $uid: String!) {
destination_city_page(locale: $locale, uid: $uid) {
destination_settings {
countryConnection {
edges {
node {
__typename
...DestinationCountryPageRef
}
}
}
}
sidepeek_content {
content {
embedded_itemsConnection {