feat(SW-391): Changes after PR

This commit is contained in:
Erik Tiekstra
2024-10-11 11:04:47 +02:00
parent 9620071c78
commit 84881ee16a
9 changed files with 57 additions and 23 deletions

View File

@@ -30,6 +30,45 @@ fragment TeaserCardBlockRef on TeaserCard {
}
}
}
sidepeek_content {
content {
embedded_itemsConnection {
edges {
node {
__typename
...AccountPageRef
...ContentPageRef
...LoyaltyPageRef
...HotelPageRef
}
}
}
}
primary_button {
linkConnection {
edges {
node {
__typename
...ContentPageRef
...LoyaltyPageRef
...HotelPageRef
}
}
}
}
secondary_button {
linkConnection {
edges {
node {
__typename
...ContentPageRef
...LoyaltyPageRef
...HotelPageRef
}
}
}
}
}
system {
...System
}