Merged in feat/SW-1751-destination-0-results (pull request #1448)
feat(SW-1751): Added alert if no results are found, also implemented default location data from Contentstack * feat(SW-1751): Added alert if no results are found, also implemented default location data from Contentstack Approved-by: Matilda Landström
This commit is contained in:
@@ -33,6 +33,11 @@ query GetDestinationCityPage($locale: String!, $uid: String!) {
|
||||
city_norway
|
||||
city_poland
|
||||
city_sweden
|
||||
location {
|
||||
longitude
|
||||
latitude
|
||||
default_zoom
|
||||
}
|
||||
}
|
||||
heading
|
||||
preamble
|
||||
|
||||
@@ -28,6 +28,11 @@ query GetDestinationCountryPage($locale: String!, $uid: String!) {
|
||||
title
|
||||
destination_settings {
|
||||
country
|
||||
location {
|
||||
longitude
|
||||
latitude
|
||||
default_zoom
|
||||
}
|
||||
}
|
||||
heading
|
||||
preamble
|
||||
|
||||
@@ -10,6 +10,11 @@ query GetDestinationOverviewPage($locale: String!, $uid: String!) {
|
||||
__typename
|
||||
...CardGallery_DestinationOverviewPage
|
||||
}
|
||||
location {
|
||||
longitude
|
||||
latitude
|
||||
default_zoom
|
||||
}
|
||||
system {
|
||||
...System
|
||||
created_at
|
||||
|
||||
Reference in New Issue
Block a user