const { refetch } = trpc.hello.useQuery(undefined, { enabled: false }); const onFormSubmit = (e) = { refetch(); }