Hi!
This extension is great, thank you. It works great on GitHub, but there are a couple of other websites that use GraphQL that are not detected.
Twitch - https://www.twitch.tv/
- Endpoint: https://gql.twitch.tv/gql
- I don't think it's detected because the extension assumes the
query has to be at the top level. Here an array of queries are sent.
Instagram - https://www.instagram.com/
- Endpoint: https://www.instagram.com/graphql/query/
- Try the search feature. A
query_hash is sent, so I guess we don't have access to the actual query, which is a shame. But variables are present. Might be harder to support, but I figured I'd mention it at least.
That's the two I tested immediately after installing the extension. Thanks!
Hi!
This extension is great, thank you. It works great on GitHub, but there are a couple of other websites that use GraphQL that are not detected.
Twitch - https://www.twitch.tv/
queryhas to be at the top level. Here an array of queries are sent.Instagram - https://www.instagram.com/
query_hashis sent, so I guess we don't have access to the actual query, which is a shame. But variables are present. Might be harder to support, but I figured I'd mention it at least.That's the two I tested immediately after installing the extension. Thanks!