Hi, I look forward to Prisma 2's release and want ...
# orm-help
o
Hi, I look forward to Prisma 2's release and want to know if there are plans to update the current boilerplates. I am looking for more than the usual
User -> Post
example, something that shows a scalable folder structure rather than a single file for all mutations/queries (for example). Will there be ‘starter project’ boilerplates at the advanced level (JWT etc.) for Prisma 2? Or any early documentation to look at?
a
Have you tried the prisma init cli command? It can scaffold a fairly robust boilerplate for you with a graphql server using jwt (although still not a fan of the utility.js getUserId() )