Skip to content

Commit 3b844bb

Browse files
refactor(query-core): export matchMutation (#6851)
Export matchMutation from query core so that users can match mutation keys. Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
1 parent cac31bc commit 3b844bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/query-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export {
1818
replaceEqualDeep,
1919
isServer,
2020
matchQuery,
21+
matchMutation,
2122
keepPreviousData,
2223
} from './utils'
2324
export type { MutationFilters, QueryFilters, Updater } from './utils'

0 commit comments

Comments
 (0)