Skip to content

Commit

Permalink
refactor(query-core): export matchMutation (#6851)
Browse files Browse the repository at this point in the history
Export matchMutation from query core so that users can match mutation keys.

Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
  • Loading branch information
lsmurray and TkDodo committed Feb 12, 2024
1 parent cac31bc commit 3b844bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/query-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export {
replaceEqualDeep,
isServer,
matchQuery,
matchMutation,
keepPreviousData,
} from './utils'
export type { MutationFilters, QueryFilters, Updater } from './utils'
Expand Down

0 comments on commit 3b844bb

Please sign in to comment.