Defined in: packages/query-core/src/types.ts:1495
optional defaultOptions: DefaultOptions<Error>;Defined in: packages/query-core/src/types.ts:1504
Default options for all queries and mutations created through this client.
optional mutationCache: MutationCache;Defined in: packages/query-core/src/types.ts:1502
The mutation cache this client is connected to. A new MutationCache is created if not provided.
optional queryCache: QueryCache;Defined in: packages/query-core/src/types.ts:1497
The query cache this client is connected to. A new QueryCache is created if not provided.