import { gql } from "graphql-tag" import { System } from "../System.graphql" export const DestinationCountryPageBreadcrumb = gql` fragment DestinationCountryPageBreadcrumb on DestinationCountryPage { web { breadcrumbs { title } } system { ...System } url } ${System} `