Skip to content

Commit 179670e

Browse files
kenipsbenjie
authored andcommitted
doc (examples) Clarify computed column function criteria (graphile#462)
1 parent 3cba241 commit 179670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/forum/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Don’t get too stuck on the function implementations. It is fairly easy to disc
308308
>
309309
> 1. The function has a table row as the first argument.
310310
> 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.
311+
> 3. The function’s name is prefixed by the table’s name.
312312
> 4. The function is marked as `stable` or `immutable` which makes it a query and not a mutation.
313313
>
314314
> 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

Comments
 (0)