Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.