Add support for Automatic Persisted Queries #376
Labels
enhancement
Issues outlining new things we want to do or things that will make our lives as devs easier
Milestone
Add support for APQ: https://www.apollographql.com/docs/guides/performance.html#automatic-persisted-queries
Automate hashing of the query (sha256, see above link), and GET request construction.
Retry with current logic if the query is not found in the cache (above GET returns an error with message == PersistedQueryNotFound)
Add a configuration option to the client that allows this to be enabled (default off).
Can anyone point at a reference implementation so I don't have to reverse-engineer from the above doc?
The text was updated successfully, but these errors were encountered: