Question graphcool comes with couple models out of...
# orm-help
n
Question graphcool comes with couple models out of the box (File and User). Really nice if want get up running really quickly it even set up an auth with just a single click. It's literally comes with everything that you would need for building your web-app. Why is prisma not like this it comes with a simple @post model nothing more?
h
Because everybody has different use case? Maybe its too opinionated, because somebody don't have users at all for example?