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:
Matilda Landström
2025-07-04 07:38:18 +00:00
parent 55622f582c
commit c3279ec254
2 changed files with 23 additions and 2 deletions

View File

@@ -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
}
}