Hey Peter, I have tried using nodemon but the result is same, once the new prisma schema is generated, the server started again, but it is not showing that findMany is possible, it still gives me the same error mentioned
here. But when I manually stop the server and start it again, it seems to work.
UPDATE : I have used a new listener to listen and start the server again. Now it is working. Thanks a lot!