We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2471a6f commit 307bc32Copy full SHA for 307bc32
src/core/query.ts
@@ -35,7 +35,6 @@ interface QueryConfig<
35
cache: QueryCache
36
queryKey: TQueryKey
37
queryHash: string
38
- optimistic?: boolean
39
options?: QueryOptions<TQueryFnData, TError, TData, TQueryKey>
40
defaultOptions?: QueryOptions<TQueryFnData, TError, TData, TQueryKey>
41
state?: QueryState<TData, TError>
0 commit comments