| 16 | } |
| 17 | |
| 18 | export interface Options { |
| 19 | manual?: boolean |
| 20 | useCache?: boolean |
| 21 | ssr?: boolean |
| 22 | autoCancel?: boolean |
| 23 | } |
| 24 | |
| 25 | export interface RefetchOptions { |
| 26 | useCache?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…