raphtory-graphql 0.17.0

Raphtory GraphQL server
1
2
3
4
5
6
use std::io::Result as IoResult;

#[tokio::main]
async fn main() -> IoResult<()> {
    raphtory_graphql::cli::cli().await
}