feat(SW-1446): add Jump to functionality to Destination Overview Page
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
query GetLocationsUrls($locale: String!) {
|
||||
hotels: all_hotel_page(locale: $locale) {
|
||||
items {
|
||||
url
|
||||
id: hotel_page_id
|
||||
}
|
||||
}
|
||||
cities: all_destination_city_page {
|
||||
items {
|
||||
url
|
||||
id: destination_settings {
|
||||
sv: city_sweden
|
||||
pl: city_poland
|
||||
no: city_norway
|
||||
de: city_germany
|
||||
fi: city_finland
|
||||
da: city_denmark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user