(filters?: MutationFilters)
| 99 | } |
| 100 | |
| 101 | isMutating(filters?: MutationFilters): number { |
| 102 | return this.mutationCache.findAll({ ...filters, fetching: true }).length |
| 103 | } |
| 104 | |
| 105 | getQueryData<TData = unknown>( |
| 106 | queryKey: QueryKey, |
no test coverage detected