Mutation refactoring
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-05-26 03:56:56 +02:00
parent f95c2596a3
commit 2f870e56cd
5 changed files with 25 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
export * as MutationService from "./MutationService.js"
export * as MutationRunner from "./MutationRunner.js"
export * as QueryClient from "./QueryClient.js"
export * as QueryErrorHandler from "./QueryErrorHandler.js"
export * from "./QueryExtension.js"