• Re-apply a Snapshot onto graph in a single commit.

    Inputs in the snapshot whose ids are not present in options.inputs are silently skipped — destinations are free to import only the subset of inputs they recognise.

    Parameters

    • graph: Graph

      The destination graph.

    • snapshot: Snapshot

      The envelope produced by a prior export.

    • options: ImportOptions

      Maps snapshot input ids to destination InputNode handles, and optionally overrides the import commit's intent.

    Returns void

    If snapshot.schema is not a supported version.