Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

graphql-playground-html

graphcool1.4mMIT1.6.30TypeScript support: included

GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).

graphql, graphiql, playground, graphcool

readme

graphql-playground-html

SECURITY WARNING: This package and all of it's dependendents had a severe XSS Reflection attack vulnerability until version 1.6.22 of this package. You must sanitize any and all user input values to renderPlaygroundPage() values. If you used static values in your middlewares, including ours, you were not vulnerable to the attack.

This package is being used by the GraphQL Playground middlewares.

For local development, you can yarn link this package, then use yarn link graphql-playground-html in the middleware you want to develop.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.6.30 (2021-11-04)

Note: Version bump only for package graphql-playground-html

1.6.29 (2020-10-20)

Note: Version bump only for package graphql-playground-html

1.6.28 (2020-09-15)

Bug Fixes

  • add schema.polling* to ISettings interface. (#1212) (b7e6d4d)

1.6.27 (2020-08-30)

Note: Version bump only for package graphql-playground-html

1.6.26 (2020-08-30)

Bug Fixes

1.6.23 (2020-06-07)

Bug Fixes

1.8.10 (2019-02-23)

1.8.9 (2019-02-01)

1.8.7 (2019-01-28)

1.8.6 (2019-01-27)

Bug Fixes

1.6.0 (2018-05-31)

1.4.0 (2018-01-15)

Bug Fixes

  • deps: make graphql-config a normal dep (9e4d93e)
  • deps: Remove extension dependencies (72ce36c), closes #493
  • deps: Updated graphql-config-extension-graphcool (ef83c09)

1.3.13 (2017-12-24)

1.3.12 (2017-12-24)

1.3.9 (2017-12-14)

1.3.6 (2017-12-04)

1.3.5 (2017-12-04)

Features

  • middleware: draft animated loading screen (c082c07)