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