Skip to content
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

Support for Prisma 6 #475

Open
RubenNL opened this issue Nov 29, 2024 · 0 comments · May be fixed by #476
Open

Support for Prisma 6 #475

RubenNL opened this issue Nov 29, 2024 · 0 comments · May be fixed by #476

Comments

@RubenNL
Copy link

RubenNL commented Nov 29, 2024

Is your feature request related to a problem? Please describe.

Prisma version 6 has been released, which causes this warning:

Looks like an incorrect version "6.0.0" of the Prisma packages has been installed. 'typegraphql-prisma' works only with selected versions, so please ensure that you have installed a version of Prisma that meets the requirement: "^5.18.0". Find out more about that requirement in the docs: https://prisma.typegraphql.com/docs/basics/prisma-version

Bypassing this warning with SKIP_PRISMA_VERSION_CHECK=true works fine for my application, but I don't know if this is the same for everyone.

Describe the solution you'd like

For me, just updating the package.json version should be enough.

Describe alternatives you've considered

Additional context

https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6#breaking-changes

@FezVrasta FezVrasta linked a pull request Dec 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant