pub async fn apply_relation_changes<S: SurrealSink>(
sink: &S,
pipeline: &Pipeline,
changes: Vec<RelationChange>,
opts: &ApplyOpts,
) -> Result<()>Expand description
Transform then apply each relation change via
SurrealSink::apply_relation_change.