#import "../Fragments/GlobalAlert.graphql" query GetSiteConfiguration($locale: String!) { all_site_configuration(limit: 1, locale: $locale) { items { sitewide_alert { booking_widget_disabled alertConnection { edges { node { ...GlobalAlert } } } } } } }