MichalLytek / typegraphql-prisma

Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema

Home Page:https://prisma.typegraphql.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to support Prisma 4.14.0

codeninja opened this issue · comments

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.

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

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