apollosolutions / apq-hasher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 64.7%Language:HTML 35.3%