feat: add mutations

This commit is contained in:
Max Koon
2025-10-13 23:45:20 -04:00
parent fb6b7ff683
commit 032f38b711
5 changed files with 56 additions and 52 deletions

View File

@@ -1,2 +1,4 @@
export * from "./schema";
export * from "./queries";
export * from "./mutators";
export * from "./zql";