GraphiQLBundle
GraphiQLBundle copied to clipboard
This Symfony Bundle provides GraphiQL interface for your project
| Q | A | ------------- | --- | Bug fix? |no | New feature? |yes | BC breaks? |no | Deprecations? |no | Tests pass? |yes | Documented? |yes...
If so, how can I configure this bundle to connect to the right websocket?
GraphQL Playground looks like an amazing tool: https://github.com/graphcool/graphql-playground We could consider support it, and to make this project more future proof we could even consider: - Renaming from GraphiQLBundle to...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | yes | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
Current implementation of `GraphiQLViewJavaScriptLibraries` is far from ideal. `react` and `react-dom` versions should be decoupled. `fetch` polyfill is no longer required for modern browsers. For older ones, `Promise`, `Map` and...