GraphQL Query Depth Calculator

Paste a GraphQL query and estimate maximum depth, field count, aliases, fragments and repeated fields.

This calculator is for a first-pass review of GraphQL query shape before debugging slow resolvers or setting API limits. Paste a query and get a static depth and field-count summary.

What it reports

The output estimates maximum nested depth, field count, aliases, fragment usage and repeated field names. It also gives a review signal for deeply nested queries.

Scope

This is not a schema-aware complexity engine. It does not know resolver cost, list sizes, authorization rules or custom directives.