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

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

mdesousa opened this issue · comments

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?

Fixed in 95149e0 🔒

Thanks for reporting 🙏