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