Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rookieintraining/apq-debugger
- Owner: rookieInTraining
- License: apache-2.0
- Created: 2024-07-05T09:55:21.000Z (6 months ago)
- Default Branch: trunk
- Last Pushed: 2024-11-02T08:13:57.000Z (2 months ago)
- Last Synced: 2024-12-21T10:17:32.651Z (15 days ago)
- Topics: apollographql, chrome-extensions, extensions, extensions-chrome, graphql
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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