v12.0.0 Updated Prisma to v5.5.2
- Updated Prisma to v5.5.2
Breaking Changes
- There have been changes to the typings for Prisma
count
in their latest release. This requires deleting and regenerating the Nest GraphQL resolvers underapps/api/src/app/graphql/resolvers/prisma
. TheUser
GraphQL resolvers can be kept as the changes have been pushed to the repository.