fragment SecondaryLinksRef on Footer { __typename secondary_links { links { pageConnection { edges { node { __typename ...LoyaltyPageRef ...ContentPageRef ...AccountPageRef } } } } } system { ...System } }