(_options?: RefetchOptions)
| 330 | readonly refetchInterval?: number |
| 331 | readonly refreshEvery?: number |
| 332 | readonly live?: boolean | LiveQueryOptions |
| 333 | readonly invalidation?: QueryInvalidationMode |
| 334 | }): AtomQueryOptions => { |
| 335 | const out: { |
no outgoing calls
no test coverage detected
searching dependent graphs…