diff options
Diffstat (limited to 'docs/syntax')
| -rw-r--r-- | docs/syntax/index.md | 6 |
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] +``` |
