()
| 98 | & { readonly mode?: "optional" | undefined } |
| 99 | |
| 100 | export const makeTanstackQueryClient = () => new QueryClient() |
| 101 | |
| 102 | export const makeTanstackQueryInvalidator = (queryClient: QueryClient): QueryInvalidator => ({ |
| 103 | invalidateAndAwait: (keys) => |
no outgoing calls
no test coverage detected
searching dependent graphs…