hive-router 0.2.0

GraphQL router for Federation, part of the Hive platform
1
2
3
4
5
6
// The `graphiql` feature skips Laboratory asset generation, so there is no page to seed.
pub mod body;
#[cfg(not(feature = "graphiql"))]
pub mod laboratory;
pub mod landing_page;
pub mod probes;