prisma-nestjs-graphql icon indicating copy to clipboard operation
prisma-nestjs-graphql copied to clipboard

Upgraded to prisma 5.11.0

Open radarsu opened this issue 3 months ago • 2 comments

Major changes

  • Prisma added ReadonlyDeep type which was causing TypeScript to throw errors. To counter that I mapped types with WritableDeep from type-fest library.
  • Prisma AND and NOT fields now also allow single element instead of an Array, which was causing incompatibility between prisma and generators.
  • Prisma relation fields are now XOR of RelationField and WhereInput.

radarsu avatar Mar 20 '24 05:03 radarsu