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 1 year 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

I just upgraded to 5.14. I see other changes, but I do not see any compatibility issues.

unlight avatar May 19 '24 11:05 unlight

tests should pass

unlight avatar May 19 '24 11:05 unlight