pub async fn get_node_edges(
__arg0: Path<(String, u64)>,
__arg1: Query<NodeEdgeQueryParams>,
__arg2: State<Arc<AppState>>,
) -> Result<Json<EdgesResponse>, (StatusCode, Json<ErrorResponse>)>Expand description
Get edges for a specific node with direction filtering.