Skip to content

Commit

Permalink
docs(changeset): 🚨 TypeScript is now configured to hide interfaces ma…
Browse files Browse the repository at this point in the history
…rked as `@internal`. This may result in a few errors where you're accessing things you oughtn't be, but also may hide some interfaces that should be exposed - please file an issue if an API you were dependent on has been removed from the TypeScript typings. If that API happens to be `step.dependencies`; you should first read this: https://benjie.dev/graphql/ancestors
  • Loading branch information
benjie committed Jan 29, 2024
1 parent b10f057 commit ef44c29
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .changeset/stale-geckos-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"graphile-build": patch
"graphile-utils": patch
"@dataplan/json": patch
"@dataplan/pg": patch
"grafast": patch
"tamedevil": patch
"pg-sql2": patch
---

🚨 TypeScript is now configured to hide interfaces marked as `@internal`. This
may result in a few errors where you're accessing things you oughtn't be, but
also may hide some interfaces that should be exposed - please file an issue if
an API you were dependent on has been removed from the TypeScript typings. If
that API happens to be `step.dependencies`; you should first read this:
https://benjie.dev/graphql/ancestors

0 comments on commit ef44c29

Please sign in to comment.