refactor(SW-438): change name to teasercard
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user