From 7ebab8dd7f180013aece219cbc2b8eb2578fa02f Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Thu, 2 May 2024 16:07:21 +0200 Subject: [PATCH] fix: enable linking to page in rte --- lib/graphql/Query/LoyaltyPage.graphql | 4 ++++ 1 file changed, 4 insertions(+) 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