FraiseQL HTTP Server
HTTP server for FraiseQL v2 compiled GraphQL execution engine.
Architecture
The server exposes a GraphQL HTTP endpoint that:
- Receives GraphQL queries via POST
- Executes queries using the runtime Executor
- Returns GraphQL-compliant JSON responses
Features
- GraphQL endpoint (
/graphql) - Health check endpoint (
/health) - Schema introspection endpoint (
/introspection) - CORS support
- Compression (gzip, br, zstd)
- Request tracing
- APQ (Automatic Persisted Queries)
- Query caching
- Authentication middleware (optional)