#import "../PageLinks.graphql" fragment AccountPageContentShortcuts on AccountPageContentShortcuts { shortcuts { title preamble shortcuts { linkConnection { edges { node { __typename ...AccountPageLink ...LoyaltyPageLink ...ContentPageLink } } } } } }