Skip to content

Latest commit

History

History
14 lines (11 loc) 路 825 Bytes

File metadata and controls

14 lines (11 loc) 路 825 Bytes
id QueryClientConfig
title QueryClientConfig

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

Properties

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.