Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jemgillam committed Jan 13, 2025
1 parent 57e4172 commit 32cd214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphile-build/website/versioned_docs/version-4.x/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ methods in the source code.
types found in the introspection results.
5. The schema is constructed using `newWithHooks(GraphQLSchema, …)`, where the
`query`, `mutation` and `subscription` root operations are configured by the
respective [default plugins](.default-plugins) and
respective [default plugins](./default-plugins) and
[other schema options](https://github.com/graphql/graphql-js/blob/v14.5.6/src/type/schema.js#L318-L324)
can be adjusted.
6. The `finalize` hook allows plugins to replace the schema that has been built
Expand All @@ -74,7 +74,7 @@ which may cause them to run in a nested fashion.
This hook system makes the library both powerful and flexible, at the expense of
traceability - instead of having a clear declarative `import`, the origin of a
called method might be in any of the used plugins, or even multiple ones. See
[PostGraphile's _Debugging_ instructions](/postgraphile/debugging/#debug-envvars)
[PostGraphile's _Debugging_ instructions](https://postgraphile.org/debugging)
for how to alleviate this.

### What to do when that hook fires: `hookFunction`
Expand Down

0 comments on commit 32cd214

Please sign in to comment.