Victor Gouet

Results 1 comments of Victor Gouet

Doing : ` const allUsers = await prisma.user.findMany({ select: { password: false, id: true, name: true, profile: true } })` works. But you have to set all attributes to true...