We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff6041 commit 3ebb454Copy full SHA for 3ebb454
src/core/types.ts
@@ -76,7 +76,7 @@ export interface QueryObserverConfig<TResult, TError = unknown>
76
* If set to a number, the query will continuously refetch at this frequency in milliseconds.
77
* Defaults to `false`.
78
*/
79
- refetchInterval?: number
+ refetchInterval?: number | false
80
/**
81
* If set to `true`, the query will continue to refetch while their tab/window is in the background.
82
0 commit comments