fix(SW-1386): add destination page links to graphql schema

This commit is contained in:
Christian Andolf
2025-01-28 14:41:36 +01:00
parent 07d222c355
commit 75ee9933ab
2 changed files with 21 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ export const fullWidthCampaignBlockRefsSchema = z.object({
pageLinks.loyaltyPageRefSchema,
pageLinks.collectionPageRefSchema,
pageLinks.hotelPageRefSchema,
pageLinks.destinationCityPageRefSchema,
pageLinks.destinationCountryPageRefSchema,
pageLinks.destinationOverviewPageRefSchema,
]),
})
),