feat: init live preview sdk

This commit is contained in:
Christel Westerberg
2024-02-08 16:16:04 +01:00
parent cb502fbada
commit 9d05eefd56
15 changed files with 302 additions and 15 deletions

View File

@@ -0,0 +1,30 @@
#import "../PageLinks.graphql"
fragment HeroBlock on CurrentBlocksPageBlocksHero {
hero {
imagesConnection {
totalCount
edges {
node {
title
url
}
}
}
ingress {
json
embedded_itemsConnection {
edges {
node {
...CurrentBlocksPageLink
...TempPageLink
... on SysAsset {
title
url
}
}
}
}
}
}
}