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?