Both https://github.com/facebook/create-react-app and https://github.com/zeit/next.js use 3000 as the default port, so I suppose Prisma should choose something else.
"playground": "graphql playground --port 5000"
Good point! Maybe, we should add this scenario to the FAQ. What do you think @marktani?
Hey @akoenig, which FAQ have you thought of? 馃檪
We surely should look into improving the documentation here, thanks for the suggestiojn @steida!
@marktani This one over here: https://www.prismagraphql.com/docs/faq/ 馃檪
I've added a note to the docs of the prisma playground command. Thanks @steida and @akoenig 馃檶
Most helpful comment
"playground": "graphql playground --port 5000"