Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
|
raw
history blame
1.02 kB
metadata
id: provideQueryClient
title: provideQueryClient

Function: provideQueryClient()

function provideQueryClient(queryClient): Provider

Usually provideTanStackQuery is used once to set up TanStack Query and the https://tanstack.com/query/latest/docs/reference/QueryClient|QueryClient for the entire application. Internally it calls provideQueryClient. You can use provideQueryClient to provide a different QueryClient instance for a part of the application or for unit testing purposes.

Parameters

queryClient

A QueryClient instance, or an InjectionToken which provides a QueryClient.

QueryClient | InjectionToken<QueryClient>

Returns

Provider

a provider object that can be used to provide the QueryClient instance.

Defined in

providers.ts:31