Skip to main content

get_edge_targets_postgres

Function get_edge_targets_postgres 

Source
pub async fn get_edge_targets_postgres(
    pool: &PgPool,
    from: &RecordId,
    edge_table: &str,
) -> Result<Vec<RecordId>>