GraphiQLBundle icon indicating copy to clipboard operation
GraphiQLBundle copied to clipboard

This Symfony Bundle provides GraphiQL interface for your project

Results 16 GraphiQLBundle issues
Sort by recently updated
recently updated
newest added

| 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...

enhancement

| 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...

enhancement