Hello there, I’m noob about setting up my own play...
# orm-help
a
Hello there, I’m noob about setting up my own playground (GraphiQL) with Prisma 2. What is the best way to setting the GraphiQL? to show the complete Prisma 2 documentation as Prisma 1.
r
Hey Adriano šŸ‘‹ You can setup the playground by cloning this example and when you run
npm run dev
the GraphQL Playground will open where you can view the entire documentation.
a
Thanks! šŸ˜‰