Merged in fix/merge-start-page-blocks (pull request #1229)

fix: merge start page blocks

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Christian Andolf
2025-01-29 15:25:48 +00:00

View File

@@ -12,6 +12,7 @@ query GetStartPage($locale: String!, $uid: String!) {
}
blocks {
__typename
...CardsGrid_StartPage
... on StartPageBlocksFullWidthCampaign {
__typename
full_width_campaign {
@@ -30,10 +31,6 @@ query GetStartPage($locale: String!, $uid: String!) {
created_at
updated_at
}
blocks {
__typename
...CardsGrid_StartPage
}
}
trackingProps: start_page(locale: "en", uid: $uid) {
url