prisma-nestjs-graphql
prisma-nestjs-graphql copied to clipboard
Upgraded to prisma 5.11.0
Major changes
- Prisma added
ReadonlyDeeptype which was causing TypeScript to throw errors. To counter that I mapped types withWritableDeepfromtype-festlibrary. - Prisma
ANDandNOTfields now also allow single element instead of an Array, which was causing incompatibility between prisma and generators. - Prisma relation fields are now
XORofRelationFieldandWhereInput.
I just upgraded to 5.14. I see other changes, but I do not see any compatibility issues.
tests should pass