export const useGeneralSettings = () => useAsyncGraphQLQuery( "GeneralSettings", {}, { transform: (data) => data.generalSettings, }, );