-
Notifications
You must be signed in to change notification settings - Fork 311
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-request/build/cjs/types' or its corresponding type declarations. #566
Labels
Comments
I am experiencing the same issue. Did you find a workaround? |
It seems that the change is merged but there isn't any release yet |
To work around this issue you can set moduleResolution in tsconfig;
|
This issue uses the CJS path. CJS will be gone in the next release. |
Hi. When can we expect the next release? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Screenshot
Description
I am using
"graphql-request": "^6.1.0"
and"@graphql-codegen/typescript-graphql-request": "^5.0.0"
and"@graphql-codegen/cli": "^5.0.0",
.When I run
graphql-codegen
command, the file was generated, butGraphQLClientRequestHeaders
cannot be importedReproduction Steps/Repo Link
The text was updated successfully, but these errors were encountered: