const getSiteInfoQuery = /* GraphQL */ ` query Setting { generalSettings { title } } ` export default getSiteInfoQuery