NestJS - Database with Prisma
You wrote this PrismaService method but get a runtime error:
Cannot read property 'user' of undefined. What is the likely cause?
async getAllUsers() {
return this.prisma.user.findMany();
}
Options: