Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 733 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 733 Bytes

Automatic Persisted Query (APQ) Hasher

A simple web app for generating the hash of a query that is used in APQ requests. This demonstrates how Apollo Client formats and hashes queries.


The code in this repository is experimental and has been provided for reference purposes only. Community feedback is welcome but this project may not be supported in the same way that repositories in the official Apollo GraphQL GitHub organization are. If you need help you can file an issue on this repository, contact Apollo to talk to an expert, or create a ticket directly in Apollo Studio.


Install dependencies

yarn install or npm install

Running the app

yarn start

go to: http://localhost:1234