84 lines
1.6 KiB
GraphQL
84 lines
1.6 KiB
GraphQL
#import "../../AccountPage/Ref.graphql"
|
|
#import "../../ContentPage/Ref.graphql"
|
|
#import "../../LoyaltyPage/Ref.graphql"
|
|
#import "../../HotelPage/Ref.graphql"
|
|
#import "../../CollectionPage/Ref.graphql"
|
|
|
|
fragment TeaserCardBlockRef on TeaserCard {
|
|
secondary_button {
|
|
linkConnection {
|
|
edges {
|
|
node {
|
|
__typename
|
|
...AccountPageRef
|
|
...ContentPageRef
|
|
...LoyaltyPageRef
|
|
...HotelPageRef
|
|
...CollectionPageRef
|
|
}
|
|
}
|
|
}
|
|
}
|
|
primary_button {
|
|
linkConnection {
|
|
edges {
|
|
node {
|
|
__typename
|
|
...AccountPageRef
|
|
...ContentPageRef
|
|
...LoyaltyPageRef
|
|
...HotelPageRef
|
|
...CollectionPageRef
|
|
}
|
|
}
|
|
}
|
|
}
|
|
sidepeek_content {
|
|
content {
|
|
embedded_itemsConnection {
|
|
edges {
|
|
node {
|
|
__typename
|
|
...AccountPageRef
|
|
...ContentPageRef
|
|
...LoyaltyPageRef
|
|
...HotelPageRef
|
|
...CollectionPageRef
|
|
}
|
|
}
|
|
}
|
|
}
|
|
primary_button {
|
|
linkConnection {
|
|
edges {
|
|
node {
|
|
__typename
|
|
...ContentPageRef
|
|
...LoyaltyPageRef
|
|
...HotelPageRef
|
|
...CollectionPageRef
|
|
...AccountPageRef
|
|
}
|
|
}
|
|
}
|
|
}
|
|
secondary_button {
|
|
linkConnection {
|
|
edges {
|
|
node {
|
|
__typename
|
|
...ContentPageRef
|
|
...LoyaltyPageRef
|
|
...HotelPageRef
|
|
...CollectionPageRef
|
|
...AccountPageRef
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
system {
|
|
...System
|
|
}
|
|
}
|