function useQueryClient(queryClient?): QueryClient;Defined in: QueryClientProvider.tsx:28
The useQueryClient hook returns the current QueryClient instance.
Use this to use a custom QueryClient. Otherwise, the one from the nearest context will be used.
The current QueryClient instance.
If no queryClient argument is passed and no QueryClientProvider is found in the component tree.