-
Notifications
You must be signed in to change notification settings - Fork 177
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
graphql 15 compatibilty #298
Comments
Looks like
|
Also ended up here as I was receiving an error |
@mehmetnyarar This looks more like an incompatibility between two different versions of graphql.js (the one installed with graphql-tag and the one installed separately), not between graphql-tag and graphql.js. In the new version of graphql.js, the |
Any update on this guys? |
Is this package fully compatible with v15 of https://www.npmjs.com/package/graphql?
If yes then peerDependencies should be updated to include it.
The text was updated successfully, but these errors were encountered: