Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rookieintraining/apq-debugger

A chrome extensions to retrieve the graphQL query from an Apollo GQL client using persisted queries
https://github.com/rookieintraining/apq-debugger

apollographql chrome-extensions extensions extensions-chrome graphql

Last synced: 15 days ago
JSON representation

A chrome extensions to retrieve the graphQL query from an Apollo GQL client using persisted queries

Awesome Lists containing this project

README

        



# Apollo Persisted Query Interceptor

Allows you to intercept graphql queries using Apollo's APQ feature to send graphql queries instead of sha256 hashes.

## Steps:
* Go to the target page
* Click on the extension
* Add the regex of the query to intercept (Eg. : `*graphql*`)
* Initiate the request through the web interface
* Request intercepted will trigger twice:
* One failing due to PersistedQueryNotFound
* The other consisting of the graphql "query" key