IntermediateVocabulary#graphql#api#performance#security

GraphQL: Persisted Queries Vocabulary

GraphQL persisted queries replace full query strings with short hashes, reducing payload size and enabling CDN caching via HTTP GET. Automatic Persisted Queries (APQ) standardizes the two-step hash-then-full-query protocol, while query whitelisting mode provides security by allowing only pre-registered operations.

0 / 5 completed
1 / 5
What problem do Persisted Queries solve in a GraphQL API used by mobile apps?