pub async fn new_root_columns(
    conn: &mut IndexerConnection,
    cols: Vec<RootColumn>
) -> Result<usize>
Expand description

Persist a set of new RootColumns associated with a given GraphRoot, to the database.