feat(BOOK-53): Added component for SEO filters and support filter switching

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Erik Tiekstra
2025-09-19 08:26:41 +00:00
parent 0e30a2d218
commit 7c92a8fc9a
30 changed files with 339 additions and 111 deletions

View File

@@ -0,0 +1,14 @@
#import "./System.graphql"
fragment HotelFilter on HotelFilter {
title
facility_id
category
slug
}
fragment HotelFilterRef on HotelFilter {
system {
...System
}
}