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;