fix: cleanup after rebase

This commit is contained in:
Christel Westerberg
2024-02-12 14:04:53 +01:00
parent f7abe2c482
commit 2967f13921
5 changed files with 9 additions and 67 deletions
-30
View File
@@ -1,30 +0,0 @@
#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
}
}
}
}
}
}
}