-
Notifications
You must be signed in to change notification settings - Fork 59
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
Cannot find module 'graphql/tsutils/Maybe' #176
Comments
Hey 👋, Thank you for reporting this. Could you put together a short reproduction example? It can be either Github repo or Codesandbox, or anything that suits you better 🙂 |
Hey there! I'm seeing this too – tiny repro at https://github.com/jacobpgn/graphql-binding-176, the |
🎉 This issue has been resolved in version 2.3.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@jacobpgn thank you for reproduction; I was able to find the issue in no time! The problem emerged due to missing I internalised |
I updated
grapql-binding
to v2.3.1 and this error appears.The changelog says, that there was an upgrade to graphql@14, but I can't figure out, what I've got to do to fix this error.
ERROR in node_modules/graphql-binding/dist/codegen/FlowGenerator.d.ts(3,19): error TS2307: Cannot find module 'graphql/tsutils/Maybe'.
The
graphql
-dependency of my project is at v 14.0.2.Thanks in advance
Carsten
The text was updated successfully, but these errors were encountered: