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