Package Exports
- graphql-playground-html
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (graphql-playground-html) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 torenderPlaygroundPage()
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.