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