We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2a83a commit 11405ddCopy full SHA for 11405dd
src/utils/trpc.ts
@@ -69,7 +69,7 @@ export const trpc = createTRPCNext<AppRouter>({
69
*/
70
transformer: superjson,
71
/**
72
- * @link https://react-query.tanstack.com/reference/QueryClient
+ * @link https://tanstack.com/query/v4/docs/react/reference/QueryClient
73
74
queryClientConfig: { defaultOptions: { queries: { staleTime: 60 } } },
75
};
0 commit comments