()
| 1239 | const [queryInvalidation, invalidationResources] = args as [ |
| 1240 | QueryInvalidationFactory<M> | undefined, |
| 1241 | InvalidationResourcesFor<M> | undefined |
| 1242 | ] |
| 1243 | type Client = ReturnType<typeof clientFor__<M>> |
| 1244 | let client: Client | undefined = undefined |
no test coverage detected
searching dependent graphs…