pub async fn traverse_graph(
__arg0: Path<String>,
__arg1: State<Arc<AppState>>,
__arg2: Json<TraverseRequest>,
) -> Result<Json<TraverseResponse>, (StatusCode, Json<ErrorResponse>)>Expand description
Traverse the graph using BFS or DFS from a source node.