Working mutations
All checks were successful
Lint / lint (push) Successful in 14s

This commit is contained in:
Julien Valverdé
2025-03-17 02:15:27 +01:00
parent d56578da8f
commit 8636a28f2f
4 changed files with 34 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
export * as ErrorHandler from "./ErrorHandler.js"
export * as MutationRunner from "./MutationRunner.js"
export * as MutationService from "./MutationService.js"
export * as QueryClient from "./QueryClient.js"
export * from "./QueryExtension.js"
export * as QueryRunner from "./QueryRunner.js"