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