Hopefully a simple question. Doing prisma init and...
# prisma-whats-new
g
Hopefully a simple question. Doing prisma init and using either basic node or advanced node with auth and then prisma deploy that example (e.g. https://eu1.prisma.sh/public-shadenape-972/new-prisma-auth/dev). Why do auth (signup, login) and post (publish, deletePost, createDraft) mutations in the project not show in the playground, only the prisma wrappings for post and user?
Solved... Deploy takes the database schema and deploys it using prisma to make wrappings around it. The server can be then deployed or started locally that then uses the graphql prisma wrapped database