#import "../Image.graphql" #import "../ImageContainer.graphql" #import "../AccountPage/Ref.graphql" #import "../ContentPage/Ref.graphql" #import "../HotelPage/Ref.graphql" #import "../LoyaltyPage/Ref.graphql" #import "../CollectionPage/Ref.graphql" #import "../PageLink/AccountPageLink.graphql" #import "../PageLink/ContentPageLink.graphql" #import "../PageLink/HotelPageLink.graphql" #import "../PageLink/LoyaltyPageLink.graphql" #import "../PageLink/CollectionPageLink.graphql" fragment Content_ContentPage on ContentPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageLink ...ContentPageLink ...CollectionPageLink ...HotelPageLink ...LoyaltyPageLink ...ImageContainer } } } json } } } fragment Content_ContentPageRefs on ContentPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageRef ...ContentPageRef ...CollectionPageRef ...HotelPageRef ...LoyaltyPageRef ...ImageContainerRef } } } } } } fragment Content_LoyaltyPage on LoyaltyPageBlocksContent { content { content { json embedded_itemsConnection { edges { node { __typename ...AccountPageLink ...ContentPageLink ...Image ...ImageContainer ...LoyaltyPageLink ...CollectionPageLink ...HotelPageLink } } } } } } fragment Content_LoyaltyPageRefs on LoyaltyPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageRef ...ContentPageRef ...ImageContainerRef ...LoyaltyPageRef ...CollectionPageRef ...HotelPageRef } } } } } }