fraiseql-cli 2.3.2

CLI tools for FraiseQL v2 - Schema compilation and development utilities
Documentation
1
2
3
4
5
6
//! FraiseQL CLI - Schema compilation and development tools

#[tokio::main(flavor = "multi_thread")]
async fn main() {
    fraiseql_cli::run().await;
}