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 1e6d8ef commit 06d700dCopy full SHA for 06d700d
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 in as the first argument or a derivative of it (preferably immutable,
28
-but we're not strict 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