Fast reverse proxy in front of any GraphQL server for caching, securing and monitoring.
Features
- 💾 Caching
- 🔐 Securing
- Disable introspection.
- Limit operations depth, nodes and complexity.
- 📈 Monitoring (Prometheus metrics)
- Operations in flight.
- Operations count.
- Operations request durations.
- Operations caching statuses.
How it works
Every single request sent by your clients will serve by GBox. The GBox reverse proxy will cache, validate, and collect metrics before pass through requests to your GraphQL server.