summaryrefslogtreecommitdiff
path: root/docs/syntax/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-05 16:48:04 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-05 16:48:04 -0400
commit937c915ab2d19934786e352b1bc2d419ac235ce7 (patch)
tree88521de93c16c5bc797eb830a82b28037fe60e86 /docs/syntax/index.md
parent31e48da4034e13b7eb7bb49aab59b9c1bf0054a3 (diff)
split templates and alias
Diffstat (limited to 'docs/syntax/index.md')
-rw-r--r--docs/syntax/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/syntax/index.md b/docs/syntax/index.md
index 1318219..cbea641 100644
--- a/docs/syntax/index.md
+++ b/docs/syntax/index.md
@@ -141,3 +141,9 @@ A list of statements between `{}` separated by `;` or `\n` associated with a co
{ default statements }
}
```
+
+#### Mutation `^`
+
+```test
+^ mutation { statements }[args]
+```