prisma-nestjs-graphql

JSON →
library 23.2.1 ·javascript
verified Jun 7, 2026

Generate NestJS GraphQL object types, inputs, args, and enums from a Prisma schema file. Current stable version is 23.2.1. It integrates with @nestjs/graphql and is released regularly. Key differentiators: generates only necessary imports, combines nested/nullable filters, and avoids generating resolvers (application-specific). It supports a structured JavaScript config file instead of flat schema keys, and provides options for decorators, custom imports, and scalar types. Requires @prisma/generator-helper and identity-type as peer dependencies.