pub async fn graph_root_latest(
    conn: &mut PoolConnection<Sqlite>,
    name: &str
) -> Result<GraphRoot>