Skip to main content
Version: 1.0.x

Persisted Queries

🚧Documentation Under Construction

We are actively working to improve this documentation. The content you see here may be incomplete, subject to change, or may not fully reflect the current state of the feature. We appreciate your understanding as we continue to enhance our docs.

This guide explains persisted query protocols including Automatic Persisted Queries (APQ) that register dynamically and static persisted queries registered ahead of time through the CMS. It covers the performance benefits of sending query IDs instead of full query text, security advantages of allowlisting queries, implementation patterns for both protocols, client-side integration, managing the persisted query registry, and choosing between APQ and static persisted queries based on use case requirements.