import { gql } from "graphql-tag" export const PageSettings = gql` fragment PageSettings on PageSettings { hide_booking_widget booking_code } `