fragment CardBlockRef on Card { __typename secondary_button { linkConnection { edges { node { __typename ...LoyaltyPageRef ...ContentPageRef ...AccountPageRef } } } } primary_button { linkConnection { edges { node { __typename ...LoyaltyPageRef ...ContentPageRef ...AccountPageRef } } } } system { ...System } }