import { gql } from "graphql-tag" export const GetCityPageCount = gql` query GetCityPageCount($locale: String!) { all_destination_city_page(locale: $locale) { total } } `