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