Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 389 Bytes

File metadata and controls

10 lines (7 loc) · 389 Bytes

GraphQL Query Complexity Analyzer

Inline tool to estimate selection depth, field counts, and list usage to flag expensive queries before execution.

  • Demo: index.html
  • Docs: docs/user-guide.md, docs/dev-guide.md
  • Screenshot: docs/screenshot.png

Quick start

Open index.html, paste a query, and click Analyze to view an estimated cost and recommendations.