#import "../PageLink/AccountPageLink.graphql" #import "../PageLink/CollectionPageLink.graphql" #import "../PageLink/ContentPageLink.graphql" #import "../PageLink/DestinationCityPageLink.graphql" #import "../PageLink/DestinationCountryPageLink.graphql" #import "../PageLink/DestinationOverviewPageLink.graphql" #import "../PageLink/HotelPageLink.graphql" #import "../PageLink/LoyaltyPageLink.graphql" #import "../PageLink/StartPageLink.graphql" #import "../AccountPage/Ref.graphql" #import "../CollectionPage/Ref.graphql" #import "../ContentPage/Ref.graphql" #import "../DestinationCityPage/Ref.graphql" #import "../DestinationCountryPage/Ref.graphql" #import "../DestinationOverviewPage/Ref.graphql" #import "../HotelPage/Ref.graphql" #import "../LoyaltyPage/Ref.graphql" #import "../StartPage/Ref.graphql" fragment ContactFields on ContactFields { display_text contact_field contact_footnote } fragment JoinLoyaltyContactSidebar_ContentPage on ContentPageSidebarJoinLoyaltyContact { join_loyalty_contact { preamble title button { cta_text open_in_new_tab external_link { href title } linkConnection { edges { node { __typename ...AccountPageLink ...CollectionPageLink ...ContentPageLink ...DestinationCityPageLink ...DestinationCountryPageLink ...DestinationOverviewPageLink ...HotelPageLink ...LoyaltyPageLink ...StartPageLink } } } } contact { __typename ... on ContentPageSidebarJoinLoyaltyContactBlockContactContact { contact { ...ContactFields } } } } } fragment JoinLoyaltyContactSidebar_ContentPageRefs on ContentPageSidebarJoinLoyaltyContact { join_loyalty_contact { button { linkConnection { edges { node { __typename ...AccountPageRef ...CollectionPageRef ...ContentPageRef ...DestinationCityPageRef ...DestinationCountryPageRef ...DestinationOverviewPageRef ...HotelPageRef ...LoyaltyPageRef ...StartPageRef } } } } } } fragment JoinLoyaltyContactSidebar_LoyaltyPage on LoyaltyPageSidebarJoinLoyaltyContact { join_loyalty_contact { preamble title button { cta_text open_in_new_tab external_link { href title } linkConnection { edges { node { __typename ...AccountPageLink ...CollectionPageLink ...ContentPageLink ...DestinationCityPageLink ...DestinationCountryPageLink ...DestinationOverviewPageLink ...HotelPageLink ...LoyaltyPageLink ...StartPageLink } } } } contact { __typename ... on LoyaltyPageSidebarJoinLoyaltyContactBlockContactContact { contact { ...ContactFields } } } } } fragment JoinLoyaltyContactSidebar_LoyaltyPageRefs on LoyaltyPageSidebarJoinLoyaltyContact { join_loyalty_contact { button { linkConnection { edges { node { __typename ...AccountPageRef ...CollectionPageRef ...ContentPageRef ...DestinationCityPageRef ...DestinationCountryPageRef ...DestinationOverviewPageRef ...HotelPageRef ...LoyaltyPageRef ...StartPageRef } } } } } }