Best use case
Use GraphQL Query Complexity Guard when you need to protect GraphQL services from expensive queries with depth, complexity, and resource-aware limits, especially when the work is driven by graphql complexity and query depth.
Backend · Global library
Protect GraphQL services from expensive queries with depth, complexity, and resource-aware limits.
Best use case
Use GraphQL Query Complexity Guard when you need to protect GraphQL services from expensive queries with depth, complexity, and resource-aware limits, especially when the work is driven by graphql complexity and query depth.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show graphql-query-complexity-guardUse
orchestrator-mcp skills export graphql-query-complexity-guard --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/graphql-query-complexity-guard ./your-agent-skills/graphql-query-complexity-guard
# or open skills/graphql-query-complexity-guard/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security
Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.