Defined in: packages/solid-query/src/QueryClient.ts:105
The config accepted by new QueryClient(config), with Solid's extended DefaultOptions.
QueryClientConfig
| Property | Type | Description | Overrides |
|---|---|---|---|
| defaultOptions? | DefaultOptions<Error> | Default options for all queries and mutations created through this client. | QueryCoreClientConfig.defaultOptions |
| 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. | - |