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