Merged in feat/SW-1577-activity-card (pull request #2517)
feat(SW-1577): activity card: add linking to collection page * feat(SW-1577): add linking to collection page Approved-by: Erik Tiekstra
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#import "../../Fragments/AccountPage/Ref.graphql"
|
||||
#import "../../Fragments/CollectionPage/Ref.graphql"
|
||||
#import "../../Fragments/ContentPage/Ref.graphql"
|
||||
|
||||
#import "../../Fragments/Blocks/Accordion.graphql"
|
||||
#import "../../Fragments/Blocks/Refs/Accordion.graphql"
|
||||
@@ -59,6 +60,12 @@ query GetHotelPage($locale: String!, $uid: String!) {
|
||||
preamble
|
||||
}
|
||||
}
|
||||
... on CollectionPage {
|
||||
...CollectionPageLink
|
||||
header {
|
||||
preamble
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -108,6 +115,7 @@ query GetHotelPageRefs($locale: String!, $uid: String!) {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user