contentful-graphql-playground-app
contentful-graphql-playground-app copied to clipboard
Contentful App to integrate GraphQL Playground
GraphQL Playground does not start. I get these exception in the browser console: ``` osano.js:2 Error while parsing the 'sandbox' attribute: 'allow-storage-access-by-user-activation' is an invalid sandbox flag. l @ osano.js:2...
I attempted to add the graphql playground to two of my spaces, and I am simply getting an error message: "Failed to Load Apps." Checking the console and network tabs...
Hello guys, I have the following entry ``` query cfPageList( $contentfulLocale: String $entryId: String! $preview: Boolean = false ) { cfPageList(id: $entryId, locale: $contentfulLocale, preview: $preview) { sys { id...
When using the search bar in the "schema" explorer panel the search input text is illegible. Chrome Version: Google Chrome Version 104.0.5112.101 (Official Build) (arm64)
On load of the playground, I have observed the following behaviour: - I have an alias environment which is pointed to 'master' - Regardless of whether I have set the...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `path-to-regexp` from 1.8.0 to 1.9.0 Release notes Sourced from path-to-regexp's releases. Fix backtracking in 1.x Fixed Add backtrack...
Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.19.0 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add...