#import "../PageLink/AccountPageLink.graphql" #import "../PageLink/ContentPageLink.graphql" #import "../PageLink/LoyaltyPageLink.graphql" #import "../PageLink/HotelPageLink.graphql" #import "../PageLink/CollectionPageLink.graphql" #import "../AccountPage/Ref.graphql" #import "../ContentPage/Ref.graphql" #import "../HotelPage/Ref.graphql" #import "../LoyaltyPage/Ref.graphql" #import "../CollectionPage/Ref.graphql" fragment FullWidthCampaign on FullWidthCampaign { background_image scripted_top_title heading body_text has_primary_button primary_button { cta_text open_in_new_tab is_contentstack_link external_link { href title } linkConnection { edges { node { __typename ...AccountPageLink ...ContentPageLink ...LoyaltyPageLink ...HotelPageLink ...CollectionPageLink } } } } has_secondary_button secondary_button { cta_text open_in_new_tab is_contentstack_link external_link { href title } linkConnection { edges { node { __typename ...AccountPageLink ...ContentPageLink ...LoyaltyPageLink ...HotelPageLink ...CollectionPageLink } } } } system { ...System } } fragment FullWidthCampaignRefs on FullWidthCampaign { primary_button { linkConnection { edges { node { __typename ...AccountPageRef ...ContentPageRef ...HotelPageRef ...LoyaltyPageRef ...CollectionPageRef } } } } secondary_button { linkConnection { edges { node { __typename ...AccountPageRef ...ContentPageRef ...HotelPageRef ...LoyaltyPageRef ...CollectionPageRef } } } } system { ...System } }