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