-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(typescript/graphql-apollo-server): update nexus-prisma to use nexus-plugin-prisma #1886
Conversation
Hey @bluematter, thanks so much for taking the time to submitting this PR. I agree that we probably should be using
I believe the issue might be that we still explicitly list the Do you think you could adjust the PR to see if removing these deps fixes the problem? |
that now come with nexus-plugin-prisma
I just committed a fix that will hopefully make the tests pass here: Nexus PLugin Prisma now comes with its own Prisma dependencies. |
Thanks a lot Jan 🙏 |
When you copy the code manually there are issues with the nexus-prisma lib. They have upgraded and made changes graphql-nexus/nexus-plugin-prisma#630