DEV Community

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

Posted on

1

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)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay