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

Format generated code with Prettier

MichalLytek opened this issue · comments

We can use an approach of detecting Prettier config in the cwd and running Prettier on the output folder, instead of relying on TS compiler formatting.

This can also address #275 👀

Closing by 8cb09b5 🔒