We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cba241 commit 179670eCopy full SHA for 179670e
examples/forum/TUTORIAL.md
@@ -308,7 +308,7 @@ Don’t get too stuck on the function implementations. It is fairly easy to disc
308
>
309
> 1. The function has a table row as the first argument.
310
> 2. The function is in the same schema as the table of the first argument.
311
-> 3. The function’s name is prefixed by the table first argument’s name.
+> 3. The function’s name is prefixed by the table’s name.
312
> 4. The function is marked as `stable` or `immutable` which makes it a query and not a mutation.
313
314
> All three of the above functions meet these conditions and as such will be computed fields. In GraphQL this ends up looking like:
0 commit comments