fraiseql-server 2.0.0-alpha.1

HTTP server for FraiseQL v2 GraphQL engine
Documentation
1
2
3
4
5
6
7
8
9
//! Federation support modules for Apollo Federation v2.
//!
//! This module provides observability and health checking for federated GraphQL queries.

pub mod health_checker;

pub use health_checker::{
    RollingErrorWindow, SubgraphConfig, SubgraphHealthChecker, SubgraphHealthStatus,
};