wp-graphiql icon indicating copy to clipboard operation
wp-graphiql copied to clipboard

GraphiQL IDE, fine tuned for use with WPGraphQL

Results 9 wp-graphiql issues
Sort by recently updated
recently updated
newest added

I've installed the wp-graphql and wp-graphiql API, but I can't seem to make any queries within the graphiql interface. I receive the error "SyntaxError: JSON.parse: unexpected character at line 1...

question
close candidate

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Ignore development files when creating an archive See https://git-scm.com/docs/gitattributes#_creating_an_archive @jasonbahl I'm unsure whether we should keep composer.json, package.json and Gruntfile.js, what do you think ? If we keep them we...

Some servers will error if the URI is too long. Since the query is encoded into the url, this will sometimes be problematic. When the query is removed from the...

bug

If `GRAPHQL_DEBUG` is set to true. The GraphiQL fetcher will refresh every ~~`5000`~~ `15000` ms. A specific interval time can be set by setting `GRAPHQL_DEBUG` to the desired number of...

Need some unit tests, yo!