import { gql } from "graphql-tag" import { System } from "../System.graphql" export const HotelPageRef = gql` fragment HotelPageRef on HotelPage { system { ...System } } ${System} `