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