warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

no requests are written #97

Closed luankkobs closed 1 year ago

luankkobs commented 1 year ago

Describe the bug The extension in question appears as disabled and no requests are written when opening GraphQL (F12)

To Reproduce Just install the plugin and make a request

Screenshots image no request

Odonno commented 1 year ago

Hi @luankkobs

You need to be on a website that generates GraphQL queries or mutations. You can try this website for example: https://medium.com/

To be honest, this extension is really useful when using GraphQL on your own projects. Otherwise, not so much.

warrenday commented 1 year ago

Just to echo @Odonno we only parse standard GraphQL queries. So if you're on a website that is using non-standard GraphQL like Twitter, or a website that doesn't use GraphQL at all like Google, you won't see any data.

apatidar1986 commented 1 year ago

looks like i don't see query in the extension anymore image

warrenday commented 1 year ago

Hi @apatidar1986 please provide a link that shows the web request and I can help debug.

warrenday commented 1 year ago

Closing as using a non supported website.