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