depth limit
RU: ограничение глубины (depth limit)
A GraphQL server guard that inspects the query AST before execution and rejects any query whose nesting depth exceeds a small configured maximum (commonly around 5–10 levels). It prevents depth-bomb queries — deeply nested selections that cause exponential resolver expansion — at validation time, before any database trip.