fix(SW-285): add hotelpagelink
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
||||
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
||||
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
||||
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
||||
|
||||
#import "../Fragments/Refs/MyPages/AccountPage.graphql"
|
||||
@@ -28,16 +29,7 @@ query GetContentPage($locale: String!, $uid: String!) {
|
||||
...LoyaltyPageLink
|
||||
...ContentPageLink
|
||||
...AccountPageLink
|
||||
# TODO: Link HotelPage
|
||||
# ...Image
|
||||
# ... on ImageContainer {
|
||||
# title
|
||||
# image_left
|
||||
# image_right
|
||||
# system {
|
||||
# uid
|
||||
# }
|
||||
# }
|
||||
...HotelPageLink
|
||||
}
|
||||
}
|
||||
totalCount
|
||||
@@ -96,9 +88,9 @@ query GetContentPage($locale: String!, $uid: String!) {
|
||||
pageConnection {
|
||||
edges {
|
||||
node {
|
||||
# TODO: Link HotelPage
|
||||
...ContentPageLink
|
||||
...LoyaltyPageLink
|
||||
...HotelPageLink
|
||||
}
|
||||
}
|
||||
totalCount
|
||||
|
||||
Reference in New Issue
Block a user