pub fn query_nodes(
conn: &Connection,
tag: Option<&str>,
node_type: Option<&str>,
project: Option<&str>,
limit: usize,
) -> Result<Vec<GraphNode>>Expand description
Dynamic filter query: filter by tag, node_type, and/or project.