#import "../Fragments/Image.graphql" query GetLoyaltyPageMetaData($locale: String!, $uid: String!) { loyalty_page(locale: $locale, uid: $uid) { system { uid } web { seo_metadata { description title imageConnection { edges { node { ...Image } } } } breadcrumbs { title } } } }