TanStack
API Reference

QueryClientConfig

Defined in: packages/query-core/src/types.ts:1513

Properties

PropertyTypeDescription
defaultOptions?DefaultOptions<Error>Default options for all queries and mutations created through this client.
mutationCache?MutationCacheThe mutation cache this client is connected to. A new MutationCache is created if not provided.
queryCache?QueryCacheThe query cache this client is connected to. A new QueryCache is created if not provided.