complexity scoring
RU: оценка сложности (complexity scoring)
A GraphQL server-side technique that assigns a numeric cost to each field in a query's AST before execution — scalars typically cost 1 while list-returning fields multiply by the connection limit argument — and rejects any query whose total exceeds a configured budget, preventing expensive or malicious queries without executing them.