Skip to content

Commit

Permalink
docs(changeset): disablePlugins now supports TypeScript auto-comple…
Browse files Browse the repository at this point in the history
…tion of known plugin names. Other names are still accepted without error, so this is just a minor DX improvement rather than type safety.
  • Loading branch information
benjie committed Aug 16, 2024
1 parent 38674f6 commit 8b472cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/two-balloons-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"graphile-build-pg": patch
"graphile-build": patch
"postgraphile": patch
"graphile-config": patch
---

`disablePlugins` now supports TypeScript auto-completion of known plugin names.
Other names are still accepted without error, so this is just a minor DX
improvement rather than type safety.

0 comments on commit 8b472cd

Please sign in to comment.