graphql-playground
graphql-playground copied to clipboard
CMD + Click on GraphQL field fails to open corresponding documentation
This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
- [ ] GraphQL Playground Hapi Middleware
- [ ] GraphQL Playground Koa Middleware
- [ ] GraphQL Playground Lambda Middleware
What OS and OS version are you experiencing the issue(s) on?
OSX Mojave 10.14.1, Chrome 71.0.3578.98
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
Reproducible on the GH Demo link https://www.graphqlbin.com/v2/6RQ6TM
What is the expected behavior?
CMD + Click on field in query editor opens up documentation of the same field
What is the actual behavior?
CMD + Click on field in query editor doesn't open up documentation and an exception is visible in the JS console
What steps may we take to reproduce the behavior?

Please provide a gif or image of the issue for a quicker response/fix.
+1 with 1.7.31 on Chrome@ubuntu - ctrl+click does nothing, mouseover shows a type popup with link but clicks do nothing
I am running into the same issue with GraphQL Playground HTML version 1.6.24 that Apollo Server installs.
https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.24.tgz
This appears to work in 1.7.10 and fails in all newer versions. All methods of clicking through to docs (e.g., hover, ctrl+click) fail with no error message.
@huv1k Faced the same issue, any updates?
Seeing the same issues on 1.7.39 included via apollographql/graphql-playground-react
Problem is still persists with 1.7.39 release, seems there is some regression after 1.7.10 release? Where can I get 1.7.10 version to see this feature working and compare with fresh versions?