Skip to content

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

License

Notifications You must be signed in to change notification settings

rookieInTraining/apq-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published