refactor(SW-438): change name to teasercard

This commit is contained in:
Matilda Landström
2024-10-16 10:21:34 +02:00
parent 8eb822da16
commit df17798662
8 changed files with 60 additions and 62 deletions

View File

@@ -9,11 +9,11 @@
#import "../Blocks/TeaserCard.graphql"
#import "../Blocks/Refs/TeaserCard.graphql"
fragment ContentCardSidebar_ContentPage on ContentPageSidebarContentCard {
fragment TeaserCardSidebar_ContentPage on ContentPageSidebarTeaserCard {
__typename
content_card {
teaser_card {
theme
content_cardConnection {
teaser_cardConnection {
edges {
node {
__typename
@@ -24,9 +24,9 @@ fragment ContentCardSidebar_ContentPage on ContentPageSidebarContentCard {
}
}
fragment ContentCardSidebar_ContentPageRefs on ContentPageSidebarContentCard {
content_card {
content_cardConnection {
fragment TeaserCardSidebar_ContentPageRefs on ContentPageSidebarTeaserCard {
teaser_card {
teaser_cardConnection {
edges {
node {
__typename