fraiseql-server 2.3.0

HTTP server for FraiseQL v2 GraphQL engine
docs.rs failed to build fraiseql-server-2.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fraiseql-server-2.2.1

fraiseql-server

HTTP server for the FraiseQL v2 GraphQL engine. This crate provides a production-ready server that loads a compiled schema and serves GraphQL queries over REST and gRPC transports, with built-in security and observability.

Features

  • Generic Server<DatabaseAdapter> for type-safe database swapping and testing
  • REST and gRPC transports
  • PKCE OAuth and OIDC/JWKS authentication
  • Configurable rate limiting with sliding window enforcement
  • Audit logging for compliance and access tracking
  • Error sanitization to prevent implementation detail leakage
  • Automatic Persisted Queries (APQ) for repeated query optimization
  • Health check endpoints

Usage

[dependencies]
fraiseql-server = "2.1.0"

Documentation

License

MIT OR Apache-2.0