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.
- Host: GitHub
- URL: https://github.com/dnafication/insomnia-plugin-graphql-apq
- Owner: dnafication
- License: mit
- Created: 2021-08-06T08:01:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T23:35:50.000Z (over 3 years ago)
- Last Synced: 2025-02-13T02:36:38.348Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).