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