gatsby-plugin-playground

1.0.6 • Public • Published

gatsby-plugin-playground

Adds the Prisma playground to your gatsby dev server. This is running in parallel to GraphiQl.

What you will get is the Playground on the route /___playground, which you can use to query your data and test them out.

It will look like this

Example Image

Install

npm install --save gatsby-plugin-playground

// or using yarn

yarn add gatsby-plugin-playground

How to use

Just add the plugin to the plugins array in your gatsby-config.js

plugins: [`gatsby-plugin-playground`]

Package Sidebar

Install

npm i gatsby-plugin-playground

Weekly Downloads

357

Version

1.0.6

License

ISC

Unpacked Size

2.15 kB

Total Files

6

Last publish

Collaborators

  • saifadin