-
Notifications
You must be signed in to change notification settings - Fork 114
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 Modules issue with deps #2243
Comments
@kamilkisiela @ardatan Any hints? |
@n1ru4l @kamilkisiela @ardatan GraphQL Modules Dependency Injection with |
For instance, if I log THIS WORKS
THIS DOES NOT WORK Looks like its loading a different provider (Workspace) when I ask for member just when changing the sequence within application
|
Describe the bug
Hi. I deleted by
yarn.lock
file andnode_modules
just to reinstall all dependencies afresh and I was able to do that but an issue occurred with GraphQL Modules. I started getting this error below (I am using Dependency Injection)And there is no change in the code or the environment when it was working and when it was not working - the only changes are in yarn.lock and thus the dependencies themselves (when I roll back to the old
yarn.lock
everything works). Can you help on why it breaks on upgrade?To Reproduce
Steps to reproduce the behavior:
**Working yarn.lock file: ** https://gist.github.com/tvvignesh/cc043ae59c18fd3920fdeb9bb8b615a0#file-yarn-working-lock
**yarn.lock file with issue: ** https://gist.github.com/tvvignesh/cc043ae59c18fd3920fdeb9bb8b615a0#file-yarn-notworking-lock
Expected behavior
Expecting GraphQL modules to work even on dependency upgrades
Environment:
**PS: ** I use yarn 2 for install
The text was updated successfully, but these errors were encountered: