MichalLytek / typegraphql-prisma

Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema
https://prisma.typegraphql.com
MIT License
891 stars 113 forks source link

Update to support Prisma 4.14.0 #384

Closed codeninja closed 1 year ago

codeninja commented 1 year ago

Is your feature request related to a problem? Please describe. Current lib only supports prisma to 4.13.0

Describe the solution you'd like I'd like to use the package with the latest version of prisma.

MichalLytek commented 1 year ago

Just use SKIP_PRISMA_VERSION_CHECK=true and wait for the update. https://prisma.typegraphql.com/docs/basics/prisma-version

codeninja commented 1 year ago

Provided your recent update, I'd like to see this issue reopened.