graphiql-app
graphiql-app copied to clipboard
Light, Electron-based Wrapper around GraphiQL
Normally, if I start typing, then there will be a popup list with valid field names. ex:  Is there a key shortcut I can press like ctrl+p or something...
See #143
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 1.16.5 to 3.1.11. Release notes Sourced from webpack-dev-server's releases. v3.1.11 3.1.11 (2018-12-21) Bug Fixes bin/options: correct check for color support (options.color) (#1555) (55398b5) package: update spdy v3.4.1...4.0.0...
I Just did a fresh install of version 0.7.2 and I get the following error trying to load the schema when I put my endpoint in. ``` Error: connect ECONNREFUSED...
Any time the server returns JSON it should be pretty printed, same as GraphiQL web, currently it seems that (the MacOS app at least) doesn't pretty print if the HTTP...
If you got `protect_from_forgery with: :exception` in your `application_controller.rb` you will get an error. While the website is still working fine your electron app wont work.
I'm not sure why this occurs, but the solution was to clear out localstorage in the app.
I suspect this is because this uses Node's built-in `http` and `https` modules, which do not supports this. Perhaps the simplest thing is to use: https://github.com/follow-redirects/follow-redirects