-
-
Notifications
You must be signed in to change notification settings - Fork 826
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
Upgrade graphql dependency to 0.11.x #394
Comments
This also creates an error when used with graphql-server and updated to 0.11.x since it creates 2 versions of graphql package.
|
@vladshcherbin, have you solved that issue? I am stuck right now on that error. |
@russelmahmud currently I'm using 0.10.5 until this is fixed. |
@vladshcherbin, hey i'm also using same version for
|
@russelmahmud this is strange, setting Try to remove |
I have tried few times, still no luck. |
@vladshcherbin, i have solved it. it was totally different issue, i was mixing |
I also need features from graphql 0.11.x and I got the same problem. |
See also this: apollographql/graphql-subscriptions#100 |
just ran into this issue trying to upgrade my version of |
Fixed in #395, thanks! |
Although graphql-tools 1.2.1 seems to work with graphql 0.11.1, I get the following warning:
It would be convenient to release a new version of graphql-tools that is verified compatible with graphql 0.11.x.
The text was updated successfully, but these errors were encountered: