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