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