-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 5 #7515
base: main
Are you sure you want to change the base?
Version 5 #7515
Conversation
✅ Deploy Preview for apollo-server-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit bca644d:
|
packages/server/package.json
Outdated
"@apollo/utils.keyvaluecache": "^3.0.0", | ||
"@apollo/utils.logger": "^3.0.0", | ||
"@apollo/utils.usagereporting": "^3.0.0", | ||
"@apollo/utils.withrequired": "^3.0.0", | ||
"@graphql-tools/schema": "^9.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be able to bump this to ^10.0.0 now, too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, yeah a couple major dep updates have stacked up since I started this PR that I'll get merged once I get back to it 👍
* Unify v4/v5 docs (migration guide mostly) * Restore `status400ForVariableCoercionErrors` option with proper messaging
@Meschreiber this change won't land until at least mid-September but if you can take a look at the documentation changes at some point I would appreciate it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verbiage updates lgtm. Slight copy edit included.
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
Is there a rough ETA for v5 by chance? It'd be great to get this, so we can get the major version graphql-tools updates |
Drops support for Node 14 & Node 16
TODO:
status400ForVariableCoercionErrors
optionprecomputedNonce
config option (breaking change)