ezeikel
09/23/2021, 7:56 AMprisma generate
and having a file be created with all the possible CRUD operations based on my Models. Then i could just look at that file and find the Prisma created function that I needed and add it to my Query/Mutation.
It doesn't seem to work like this in the latest version? How do I know what functions I can call? Or is it just the generic ones listed here - https://www.prisma.io/docs/reference/api-reference/prisma-client-referenceRyan
09/23/2021, 10:58 AM