Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/store-sqlite / / ConflictPipelineDecision

Type Alias: ConflictPipelineDecision

ts
type ConflictPipelineDecision = "admit" | "dedup" | "supersede" | "pending";

Defined in: packages/store-sqlite/src/conflict-store.ts:39

Final outcome the pipeline produced for a candidate fact write. 'admit' is the default no-conflict path; the other variants record an active intervention.

Stable