fragment SecondaryLinks on Footer { secondary_links { title links { open_in_new_tab pageConnection { edges { node { __typename ... on AccountPage { title url } ... on LoyaltyPage { title url } ... on ContentPage { title url } } } } link { href title } } } }