fix: merge start page blocks

This commit is contained in:
Christian Andolf
2025-01-29 16:19:41 +01:00
parent 5007a71d57
commit fed2674e2f

View File

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