-
-
Notifications
You must be signed in to change notification settings - Fork 323
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 versions #605
Comments
@H1net Where does |
@H1net To have one version of GraphQL used everywhere we use apollo-universal-starter-kit/package.json Lines 229 to 231 in c92cfae
|
Talk about lightning quick response their @Vlasenko!
|
@H1net |
Looks like the cause of this issue is described here: |
@H1net I'm going to rollback to graphql@0.11.x in the kit master for time being, until this fix will be released: |
The yarn.lock file has two graphql versions in it. The latest dependencies are causing my production build web client to fail on deployment to heroku with a console logged error regarding having two graphql versions installed.
I also note that the latest graphql caused errors in some of my stubs for modules I'm working on which did not yet have Mutations/Subscriptions in the server schema.graphql. The empty stubs had to be removed to solve the problem as they caused type definition problems.
The text was updated successfully, but these errors were encountered: