Skip to main content

install_call

Function install_call 

Source
pub fn install_call(
    writer: &dyn GraphWriter,
    args: &[Value],
) -> Result<Vec<ProcRow>>
Expand description

apoc.trigger.install(databaseName, name, statement, selector, config). databaseName is accepted but ignored — Mesh is single-database today. selector and config are inspected for a phase (defaults to “after”) and params (defaults to empty); other keys are ignored for forward-compat.

Emits the install through the writer (as a GraphCommand::InstallTrigger) so the commit path replicates it across the cluster. The in-memory registry refreshes on each peer when the storage CF lands its updated entry.