Files
web/lib/graphql/Query/HotelPage.graphql

8 lines
139 B
GraphQL

query GetHotelPage($locale: String!, $uid: String!) {
hotel_page(locale: $locale, uid: $uid) {
hotel_page_id
url
title
}
}