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.
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)