Merged in feat/LOY-361-add-promo-campaign-page-type (pull request #2826)

Feat/LOY-361 add promo campaign page type

* feat(LOY-361): add Pomo Campaign page type

* chore(SW-361): remove campaign page flag

* fix(LOY-361): cleanup

* fix(LOY-361): add promo code


Approved-by: Erik Tiekstra
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-09-19 07:20:17 +00:00
parent c791fef2c6
commit 0e30a2d218
34 changed files with 613 additions and 19 deletions
@@ -95,3 +95,11 @@ query GetStartPageSettings($uid: String!, $locale: String!) {
}
}
}
query GetPromoCampaignPageSettings($uid: String!, $locale: String!) {
page: promo_campaign_page(uid: $uid, locale: $locale) {
settings: page_settings {
...PageSettings
}
}
}