-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Regression error using graphql v14 #556
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
Comments
@emmanuelbuah It's because of this change graphql/graphql-js#1429 |
@IvanGoncharov I'm using apollo express server v1.4 |
@emmanuelbuah Looks like everything good with your server and the bug happening because of this line: graphql-code-generator/packages/graphql-codegen-cli/src/loaders/schema/introspection-from-url.ts Line 52 in 8c071a8
I'm not sure why this library needs to remove directive locations. It can't be fixed in 'graphql-js' but I will add explicit check and better error message on the next release. |
Fixed in 0.12.0 |
There's a regression error that surfaces using graphql v14
This looks like its due to the breaking change by graphql/graphql-js#1429. More on changes in graphql v14 at graphql/graphql-js#1383
The text was updated successfully, but these errors were encountered: