With prisma, are api endpoints for your database a...
# orm-help
j
With prisma, are api endpoints for your database automatically generated? In graph.cool they are. I thought prisma did that too but it looks like the resolvers, queries, and mutations are all manually defined in the tutorials I’m looking at.