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