Skip to content

Backend · Global library

GraphQL Query Complexity Guard

Protect GraphQL services from expensive queries with depth, complexity, and resource-aware limits.

CodexClaude CodeKimi Codeorchestrator-mcp

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

graphql complexityquery depthdos protection

Validation hooks

verify_query_limits

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show graphql-query-complexity-guard

Use

orchestrator-mcp skills export graphql-query-complexity-guard --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

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 client

File patterns

**/*.graphql**/apollo*.ts**/graphql/**

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.