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