feat(BOOK-53): Added component for SEO filters and support filter switching
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
14
packages/trpc/lib/graphql/Fragments/HotelFilter.graphql
Normal file
14
packages/trpc/lib/graphql/Fragments/HotelFilter.graphql
Normal file
@@ -0,0 +1,14 @@
|
||||
#import "./System.graphql"
|
||||
|
||||
fragment HotelFilter on HotelFilter {
|
||||
title
|
||||
facility_id
|
||||
category
|
||||
slug
|
||||
}
|
||||
|
||||
fragment HotelFilterRef on HotelFilter {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user