persisted queries
RU: persisted queries (закреплённые запросы)
A GraphQL security and performance technique where operation strings are pre-registered on the server and clients send only a stable identifier instead of the full query text. The server rejects any unregistered operation, eliminating the risk of arbitrary query execution, while also reducing payload size and enabling HTTP GET-based CDN caching.