DEV Community

Cover image for Update to Prisma 5.18.0 in typegraphql-prisma-nestjs
ILshat Khamitov
ILshat Khamitov

Posted on

Update to Prisma 5.18.0 in typegraphql-prisma-nestjs

Update to Prisma 5.18.0 in typegraphql-prisma-nestjs

Synced with latest https://github.com/MichalLytek/typegraphql-prisma/releases/tag/v0.28.0

Changelog
The Prisma dependency version has been bumped to v5.18.0 πŸ’ͺ

Because of Prisma v5 recent changes, the ...OrderByWithRelationAndSearchRelevanceInput has been replaced by standard ...OrderByWithRelationInput. You can expect breaking changes in the generated schema because of that 🚨

The new createManyAndReturn Prisma operation is fully supported in this release πŸŽ‰

The supported Node.js version has been bumped to v20.11.1.
Enter fullscreen mode Exit fullscreen mode

Updates to generated code in example:
https://github.com/EndyKaufman/typegraphql-prisma-nestjs-example/commit/29523859e0efb585fb7679bb519d588a2a09a4f9

Package:
https://www.npmjs.com/package/typegraphql-prisma-nestjs

Top comments (0)