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