#import "../ContentPage/Ref.graphql" #import "../HotelPage/Ref.graphql" #import "../LoyaltyPage/Ref.graphql" #import "../CollectionPage/Ref.graphql" #import "../AccountPage/Ref.graphql" #import "../PageLink/ContentPageLink.graphql" #import "../PageLink/HotelPageLink.graphql" #import "../PageLink/LoyaltyPageLink.graphql" #import "../PageLink/CollectionPageLink.graphql" #import "../PageLink/AccountPageLink.graphql" fragment TextCols_ContentPage on ContentPageBlocksTextCols { text_cols { columns { title text { json embedded_itemsConnection { edges { node { __typename ...ContentPageLink ...HotelPageLink ...LoyaltyPageLink ...CollectionPageLink ...AccountPageLink } } } } } } } fragment TextCols_ContentPageRef on ContentPageBlocksTextCols { text_cols { columns { title text { json embedded_itemsConnection { edges { node { __typename ...ContentPageRef ...HotelPageRef ...LoyaltyPageRef ...CollectionPageRef ...AccountPageRef } } } } } } }