# QueryClientContext

```ts
const QueryClientContext: Context<() => QueryClient | undefined>;
```

Defined in: [QueryClientProvider.tsx:13](https://github.com/TanStack/query/blob/main/packages/solid-query/src/QueryClientProvider.tsx#L13)

The context that `useQueryClient` reads from. `QueryClientProvider` is the normal way to set it.
