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