graphql-playground-middleware-koa
GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).
Last updated 3 years ago by acao .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install graphql-playground-middleware-koa 
SYNC missed versions from official npm registry.

graphql-playground-middleware-koa

Koa middleware to expose an endpoint for the GraphQL Playground IDE SECURITY NOTE: All versions of graphql-playground-koa until 1.6.15 or later have a security vulnerability when unsanitized user input is used while invoking koaPlayground(). Read more below

Installation

Using yarn:

yarn add graphql-playground-middleware-koa

Or npm:

npm install graphql-playground-middleware-koa --save

Usage

See full example in examples/basic.

const koa = require('koa')
const koaRouter = require('koa-router')
const koaPlayground = require('graphql-playground-middleware-koa')

const app = new koa()
const router = new koaRouter()

router.all('/playground', koaPlayground({ endpoint: '/graphql' }))

Security Notes

All versions before 1.6.15 were vulnerable to user-defined input to koaPlayground(). Read more in the security notes

Security Upgrade Steps

To fix the issue, you can upgrade to 1.6.15 or later. If you aren't able to upgrade, see the security notes for a workaround.

yarn: yarn add graphql-playground-koa@^1.6.15

npm: npm install --save graphql-playground-koa@^1.6.15

Current Tags

  • 1.3.0-beta.3                                ...           beta (7 years ago)
  • 1.6.22                                ...           latest (3 years ago)

43 Versions

  • 1.6.22                                ...           3 years ago
  • 1.6.21                                ...           4 years ago
  • 1.6.20                                ...           4 years ago
  • 1.6.19                                ...           4 years ago
  • 1.6.18                                ...           4 years ago
  • 1.6.17                                ...           4 years ago
  • 1.6.15                                ...           4 years ago
  • 1.6.14                                ...           4 years ago
  • 1.6.13                                ...           5 years ago
  • 1.6.12                                ...           6 years ago
  • 1.6.11                                ...           6 years ago
  • 1.6.10                                ...           6 years ago
  • 1.6.9                                ...           6 years ago
  • 1.6.8                                ...           6 years ago
  • 1.6.7                                ...           6 years ago
  • 1.6.6                                ...           6 years ago
  • 1.6.5                                ...           6 years ago
  • 1.6.4                                ...           6 years ago
  • 1.6.3                                ...           6 years ago
  • 1.6.2                                ...           6 years ago
  • 1.6.1                                ...           6 years ago
  • 1.6.0                                ...           6 years ago
  • 1.5.1                                ...           7 years ago
  • 1.5.0                                ...           7 years ago
  • 1.4.3                                ...           7 years ago
  • 1.4.2                                ...           7 years ago
  • 1.4.1                                ...           7 years ago
  • 1.4.0                                ...           7 years ago
  • 1.3.8                                ...           7 years ago
  • 1.3.7                                ...           7 years ago
  • 1.3.6                                ...           7 years ago
  • 1.3.5                                ...           7 years ago
  • 1.3.1                                ...           7 years ago
  • 1.3.0                                ...           7 years ago
  • 1.3.0-beta.3                                ...           7 years ago
  • 1.3.0-beta.2                                ...           7 years ago
  • 1.3.0-beta.1                                ...           7 years ago
  • 1.2.1-beta.7                                ...           7 years ago
  • 1.2.1-beta.4                                ...           7 years ago
  • 1.2.0                                ...           7 years ago
  • 1.1.4                                ...           7 years ago
  • 1.1.3                                ...           7 years ago
  • 1.1.2                                ...           7 years ago
Downloads
Total 1
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (4)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE