Skip to content

Commit

Permalink
docs(changeset): 🚨 **BREAKING CHANGE** hookArgs() now accepts argum…
Browse files Browse the repository at this point in the history
…ents in the same order as `grafast()`: `hookArgs(args, resolvedPreset, ctx)`. Please update all your `hookArgs` calls.
  • Loading branch information
benjie committed Mar 10, 2023
1 parent 7a84f64 commit f5a04cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/beige-falcons-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"grafast": patch
"postgraphile": patch
---

🚨 **BREAKING CHANGE** `hookArgs()` now accepts arguments in the same order as
`grafast()`: `hookArgs(args, resolvedPreset, ctx)`. Please update all your
`hookArgs` calls.

0 comments on commit f5a04cf

Please sign in to comment.