pub fn shortest_symbol_path( ctx: &Context, from_id: &str, to_id: &str, max_depth: usize, ) -> Result<Vec<GraphPathStep>>