Files
web/apps/scandic-web/lib/graphql/Query/HotelPage/HotelPageCount.graphql
Erik Tiekstra 4ad1799532 Merged in fix/SW-1784-hotel-url-fetching (pull request #1450)
fix(SW-1784): Fixed issue fetching all hotel urls at once.

* fix(SW-1784): Fixed issue fetching all hotel urls at once.


Approved-by: Christian Andolf
2025-03-03 06:37:55 +00:00

8 lines
138 B
GraphQL

#import "../../Fragments/System.graphql"
query GetHotelPageCount($locale: String!) {
all_hotel_page(locale: $locale) {
total
}
}