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 c98d0ee commit 1e6d8efCopy full SHA for 1e6d8ef
src/pages/graphile-build/hooks.md
@@ -24,8 +24,8 @@ Hooks are registered via a call to
24
[`builder.hook(hookName, hookFunction)`](/graphile-build/schema-builder/#hookhookname-hookfunction).
25
26
Every `hookFunction` must synchronously return a value - either the value that
27
-it was passed or a derivative of it (preferably immutable, but we're not strict
28
-on that).
+it was passed in as the first argument or a derivative of it (preferably immutable,
+but we're not strict on that).
29
30
Hook functions for one hook by default run in the order they were registered,
31
that is why the order of plugins is sometimes relevant.
0 commit comments