nestjs-prisma-graphql-crud-gen icon indicating copy to clipboard operation
nestjs-prisma-graphql-crud-gen copied to clipboard

Generate CRUD resolvers from GraphQL schema with NestJS and Prisma

Results 12 nestjs-prisma-graphql-crud-gen issues
Sort by recently updated
recently updated
newest added

CreateMany[Model]Args is not generated in [Model]/[Model].args.ts but is used both in [Model].service.ts and [Model].resolver.ts. Is there any way to customize the templates?

Hi @mk668a Awesome work with this generator package. Would it be possible to allow users to mark some fields as "hidden" from the generated GraphQL models/ outputs e.g hide password...