-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v17 Roadmap #4205
Comments
Wonder if we could make the node types not read-only anymore? Wouldn't be a breaking change. Guessing there is a good reason for how it is now, but maybe not? See #4212 |
Yes currently we allow for inputs to be done with the
Unless this becomes part of the validate/execute phase we don't need any changes here. |
That was my initial thought too. Just looking around the codebase, I see graphql-js/src/execution/execute.ts Lines 127 to 134 in 6b253e7
Perhaps Lines 61 to 72 in b0f467d
And maybe even graphql-js/src/execution/execute.ts Lines 145 to 155 in 6b253e7
This would be a type only change, but I imagine it allows for things like envelop to augment/read from |
Some initial thoughts for PRs to consider for v17 are below. Please add comments for discussion! What would you like to see in v17?
Additional Type or Otherwise Breaking Changes:
Multiple Packages/Bundling:
Coercion/Validation:
Possibly Already Fixed?
Meta-Docs:
The text was updated successfully, but these errors were encountered: