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
Ryan
05/13/2020, 8:57 AM
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.