(variables: any)
| 50 | getFullKey(defaultOptions.queryKey, variables) |
| 51 | |
| 52 | const getOptions = (variables: any) => { |
| 53 | return { |
| 54 | ...defaultOptions, |
| 55 | ...getQueryOptions(defaultOptions.fetcher, variables), |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | const getFetchOptions = (variables: any) => { |
| 60 | return { |
nothing calls this directly
no test coverage detected
searching dependent graphs…