fix: merge start page blocks
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user