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
8 lines
138 B
GraphQL
8 lines
138 B
GraphQL
#import "../../Fragments/System.graphql"
|
|
|
|
query GetHotelPageCount($locale: String!) {
|
|
all_hotel_page(locale: $locale) {
|
|
total
|
|
}
|
|
}
|