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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user