graphgate-handler 0.5.1

GraphGate is Apollo Federation implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![forbid(unsafe_code)]

pub use service_route::{ServiceRoute, ServiceRouteTable};
pub use shared_route_table::SharedRouteTable;

mod constants;
mod executor;
mod fetcher;
mod introspection;
mod metrics;
mod service_route;
mod shared_route_table;
mod websocket;

pub mod handler;