We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541d461 commit b9e702aCopy full SHA for b9e702a
src/mobx-mutation.types.ts
@@ -25,6 +25,7 @@ export interface MobxMutationFeatures {
25
26
export interface MobxMutationInvalidateQueriesOptions
27
extends Omit<InvalidateQueryFilters, 'queryKey'> {
28
+ queryKey?: InvalidateQueryFilters['queryKey'];
29
queryKeys?: InvalidateQueryFilters['queryKey'][];
30
}
31
0 commit comments