diff --git a/lib/graphql/Query/LoyaltyPage.graphql b/lib/graphql/Query/LoyaltyPage.graphql index b308e6680..72cebe0e4 100644 --- a/lib/graphql/Query/LoyaltyPage.graphql +++ b/lib/graphql/Query/LoyaltyPage.graphql @@ -58,6 +58,8 @@ query GetLoyaltyPage($locale: String!, $url: String!) { node { __typename ...Image + ...LoyaltyPageLink + ...ContentPageLink } } totalCount @@ -93,6 +95,8 @@ query GetLoyaltyPage($locale: String!, $url: String!) { node { __typename ...Image + ...LoyaltyPageLink + ...ContentPageLink } } totalCount