Skip to main content

fraiseql_cli/commands/schema/
mod.rs

1//! `fraiseql schema` subcommands
2
3pub mod metadata;
4
5#[cfg(test)]
6mod tests;