You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does have the capacity to break things in a backward-incompatible way, but it would only really break things in a way that would reveal type un-soundness.
The text was updated successfully, but these errors were encountered:
Hi @travigd, I have a whole initiative to bring strict types to this library. Check out #2188 which tracks this and a whole host of more robust type changes. The current goal was to release v15, and then start on this major work for v16. The timelines have shifted considerably, but this is still my plan: once 15 is out I'll begin work on this!
graphql-js/src/type/definition.d.ts
Line 291 in fe878ee
Can I use the word type enough in a single issue?
I might be missing something, but it seems to me this should be typed using generics instead of littering the definition with any.
This does have the capacity to break things in a backward-incompatible way, but it would only really break things in a way that would reveal type un-soundness.
The text was updated successfully, but these errors were encountered: