hive-router 0.2.0

GraphQL router for Federation, part of the Hive platform
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod error;
pub mod protocol;
pub mod runtime;
pub mod stage;
pub mod stages;

// TODO: Allow adding jwt claims via coprocessor.

pub use error::CoprocessorError;
pub use runtime::CoprocessorRuntime;