fix(SW-438): fix sidebar refs

This commit is contained in:
Matilda Landström
2024-10-16 08:11:55 +02:00
parent 01db5aa192
commit e5eb6a5331
6 changed files with 41 additions and 5 deletions

View File

@@ -24,11 +24,12 @@ fragment ScriptedCardSidebar_ContentPage on ContentPageSidebarScriptedCard {
}
}
fragment ScriptedCardSidebar_ContentPageRefs on ContentPageSidebarContentCard {
fragment ScriptedCardSidebar_ContentPageRefs on ContentPageSidebarScriptedCard {
scripted_card {
scripted_cardConnection {
edges {
node {
__typename
...CardBlockRef
}
}