Merged in fix/SW-1819-batching-city-urls (pull request #1477)
fix(SW-1819): Batching fetch for city page urls * fix(SW-1819): Batching fetch for city page urls Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#import "../../Fragments/System.graphql"
|
||||
|
||||
query GetCityPageCount($locale: String!) {
|
||||
all_destination_city_page(locale: $locale) {
|
||||
total
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user