pub fn query_nodes_ex(
conn: &Connection,
q: &NodeQuery,
) -> Result<Vec<GraphNode>>Expand description
Dynamic filter query: tag, node_type, project, time range, paging, ordering.
limit is capped at 200 server-side but supports offset for true paging
without materializing the full table client-side.