Alert When GraphQL Queries
Exceed Cost Budgets
Analyze query complexity in real-time, set cost thresholds, and receive instant webhook or email alerts before expensive queries take down your API.
Start Monitoring — $15/moComplexity Scoring
Configurable rules calculate a cost score for every incoming query automatically.
Instant Alerts
Webhook and email notifications fire the moment a query approaches your budget.
Analytics Dashboard
Visualize query cost trends and identify the most expensive operations over time.
Simple Pricing
Pro
$15
per month
- ✓ Unlimited query analysis
- ✓ Webhook + email alerts
- ✓ Configurable cost rules
- ✓ 30-day analytics history
- ✓ Priority support
FAQ
How does query cost calculation work?
Each field in your GraphQL schema is assigned a cost weight. When a query arrives, we traverse the AST and sum the weights, factoring in list multipliers and depth penalties.
What alert channels are supported?
We support HTTP webhooks (compatible with Slack, PagerDuty, and any custom endpoint) and email alerts. More channels are on the roadmap.
Do I need to change my GraphQL server?
No. You send queries to our analysis endpoint via a lightweight middleware or proxy. Your existing server stays untouched.