| id | QueryClientConfig |
|---|---|
| title | QueryClientConfig |
Defined in: packages/query-core/src/types.ts:1563
| Property | Type | Description |
|---|---|---|
defaultOptions? |
DefaultOptions<Error> |
Default options for all queries and mutations created through this client. |
mutationCache? |
MutationCache |
The mutation cache this client is connected to. A new MutationCache is created if not provided. |
queryCache? |
QueryCache |
The query cache this client is connected to. A new QueryCache is created if not provided. |