-
Notifications
You must be signed in to change notification settings - Fork 113
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
Issue with generating the resolvers in outputs #454
Comments
Duplicate of #450? |
I have the same issue |
With the findings of the earlier comments, I added this after my find path-of-typegraphql-output/resolvers/outputs -type f -name 'CreateMany*' -exec sed -i 's/\.\.\/outputs\//\.\.\/\.\.\/models\//g' {} \; Replace This does the same as what @savager found here: #454 (comment) All of my old queries are working, but as I have a read-only database, I can't test the createMany. |
Adding this to the package.json seems to be a temporary workaround "overrides": {
"@prisma/generator-helper": "^5.4.2 <=5.13.0",
"@prisma/internals": "^5.4.2 <=5.13.0"
} |
Incorectly generating the rosolvers
i have used this same prisma schema at typegraphql-prisma version (0.27.1) but now when use current version 0.27.2 , i am facing the issue generating the resolvers.
To Reproduce
its generating this path
and in this return outputType files this kind of modules are not resolving
but previous version that i have used i didn't get generate this files please resolve my issue
Expected Behavior
See i have used typegraphql-prisma: "0.27.1"
Logs
Environment (please complete the following information):
typegraphql-prisma
version [0.27.2]The text was updated successfully, but these errors were encountered: