Skip to content

Support for Prisma 6 #475

@RubenNL

Description

@RubenNL

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

Metadata

Metadata

Assignees

Labels

communitySomething initiated by the communityenhancementNew feature or requesthelp wantedExtra attention is neededpriority:highThis issue is important and will be done first

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions