Skip to main content

fraiseql_cli/commands/federation/
mod.rs

1//! Federation commands
2pub mod check;
3pub mod graph;
4
5#[cfg(test)]
6mod tests;