fix(SW-438): add ContentCard, ScriptedCard and Shortcuts to ContentPage sidebar
This commit is contained in:
37
lib/graphql/Fragments/Sidebar/ContentCard.graphql
Normal file
37
lib/graphql/Fragments/Sidebar/ContentCard.graphql
Normal file
@@ -0,0 +1,37 @@
|
||||
#import "../AccountPage/Ref.graphql"
|
||||
#import "../ContentPage/Ref.graphql"
|
||||
#import "../LoyaltyPage/Ref.graphql"
|
||||
|
||||
#import "../PageLink/AccountPageLink.graphql"
|
||||
#import "../PageLink/ContentPageLink.graphql"
|
||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||
|
||||
#import "../Blocks/TeaserCard.graphql"
|
||||
#import "../Blocks/Refs/TeaserCard.graphql"
|
||||
|
||||
fragment ContentCardSidebar_ContentPage on ContentPageSidebarContentCard {
|
||||
__typename
|
||||
content_card {
|
||||
theme
|
||||
content_cardConnection {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
...TeaserCardBlock
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fragment ContentCardSidebar_ContentPageRefs on ContentPageSidebarContentCard {
|
||||
content_card {
|
||||
content_cardConnection {
|
||||
edges {
|
||||
node {
|
||||
...TeaserCardBlockRef
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user