v22.0.0
Pre-release
Pre-release
22.0.0 (2026-05-09)
⚠ BREAKING CHANGES
- To use library in other generators
import { generate } from 'prisma-nestjs-graphql'- Update to Prisma v7
Features
Bug Fixes
- Change path to generate submodule (63c5a5d)
- Changed binary type (887aaa4)
- Circular reference in ESM modules (8bdb4f0), closes #245
- Detect custom import types (23c9e8d)
- Inherit stdio to show subprocess errors (7777e53)
- Keep ts extension (27f01da)
- Removed deprecated option
reExportAll(991d6eb) - Typescript errors (74eff47)
Miscellaneous Chores
- Update to Prisma v7 (97d38d6)