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

https://github.com/dnafication/insomnia-plugin-graphql-apq

Convert a GraphQL POST request to an Apollo APQ GET request.
https://github.com/dnafication/insomnia-plugin-graphql-apq

Last synced: about 1 year ago
JSON representation

Convert a GraphQL POST request to an Apollo APQ GET request.

Awesome Lists containing this project

README

          

# insomnia-plugin-graphql-apq

Convert a GraphQL POST request to an Apollo APQ GET request.

Note: THIS IS WIP!!

> To improve network performance for large query strings, Apollo Server supports Automatic Persisted Queries (APQ). A persisted query is a query string that's cached on the server side, along with its unique identifier (always its SHA-256 hash). Clients can send this identifier instead of the corresponding query string, thus reducing request sizes dramatically (response sizes are unaffected).