APQ (Automatic Persisted Queries)
RU: APQ (Automatic Persisted Queries)
An Apollo GraphQL protocol where the client sends only a SHA-256 hash of the query string instead of the full text. On a cache miss the server responds with an error code and the client resends the full query to register it; subsequent requests use the hash alone, reducing payload size and enabling GET-based CDN caching of queries.