pub async fn get_graph(
__arg0: State<DebugController>,
__arg1: Path<(String, String, String, String)>,
) -> Result<Json<GraphResponse>, StatusCode>Available on crate feature
server only.pub async fn get_graph(
__arg0: State<DebugController>,
__arg1: Path<(String, String, String, String)>,
) -> Result<Json<GraphResponse>, StatusCode>server only.