pub async fn new_graph_root(
    conn: &mut PoolConnection<Postgres>,
    root: GraphRoot
) -> Result<usize>