hive-router 0.0.88

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