feat(SW-664): Hotel listing component and queries for content pages
This commit is contained in:
24
lib/graphql/Fragments/Blocks/HotelListing.graphql
Normal file
24
lib/graphql/Fragments/Blocks/HotelListing.graphql
Normal file
@@ -0,0 +1,24 @@
|
||||
fragment HotelListing on HotelListing {
|
||||
heading
|
||||
location_filter {
|
||||
city_denmark
|
||||
city_finland
|
||||
city_germany
|
||||
city_norway
|
||||
city_poland
|
||||
city_sweden
|
||||
country
|
||||
excluded
|
||||
}
|
||||
manual_filter {
|
||||
hotels
|
||||
}
|
||||
content_type
|
||||
}
|
||||
|
||||
fragment HotelListing_ContentPage on ContentPageBlocksHotelListing {
|
||||
__typename
|
||||
hotel_listing {
|
||||
...HotelListing
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user