trusted documents
RU: trusted documents (доверенные документы)
A GraphQL security technique where the server maintains an allowlist of pre-approved operation documents identified by hash; clients send only the hash, and the server rejects any unregistered operation. The modern name for persisted operations, it eliminates arbitrary query execution and is enforced at build time via codegen tooling.