graphiql-app
graphiql-app copied to clipboard
Bug: HTTP requests not traced in Network tab of the Developer Tools
Windows 10 Pro (64-bit) GraphiQL App v0.7.2
Steps to reproduce:
- open GraphiQL.app
- open View menu > Toggle Developer Tools (or Ctrl+Alt+i), then select Network tab
- create a new Query tab with:
- GraphQL Endpoint: https://swapi.graph.cool
- Method: POST
- Query: (something as simple as)
{allFilms{id}}
- then hit the Play button
The date appears in the result panel, but at the same time nothing shows up in the Network tab, except in my case a request to a static bundle (probably the magnifier icon from the Documentation Explorer tab on the right I opened just thereafter).
Confirming it works on v0.7.0
This still seems to be an issue v0.7.2. Any updates?
Network capture does not work on Windows