hive-router 0.2.7

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