Skip to main content

get_neighbors

Function get_neighbors 

Source
pub fn get_neighbors(
    conn: &Connection,
    entity_id: i64,
    depth: u32,
) -> Result<Vec<Neighbor>>
Expand description

Get neighbors of an entity using BFS traversal.