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

property '_all' is missing in type '{ ... }' #361

Closed mdesousa closed 1 year ago

mdesousa commented 1 year ago

After upgrading to version 0.24.0 I am seeing this error with existing ResolversEnhanceMap objects that I had defined

To Reproduce Upgrade to version 0.24.0 and build a project that had enhancers implemented

Expected Behavior Project should build successfully

Additional Context I see _all is a new feature added in 0.24... but the property should probably be optional?

MichalLytek commented 1 year ago

Fixed in 95149e0 🔒

Thanks for reporting 🙏