warrenday / graphql-network-inspector

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

handle non-hashed persisted queries #85

Closed Odonno closed 1 year ago

Odonno commented 1 year ago

Description

Related to the previous PR #81 and the discussion #82, the extension will now support both GET queries whether it is using sha256 Hash or not.

Screenshot

Same as #81

Checklist