# `Runic.Workflow.FactRef`
[🔗](https://github.com/zblanco/runic/blob/main/lib/workflow/fact_ref.ex#L1)

A lightweight reference to a Fact without its value.

Used during lean replay / hybrid rehydration to reconstruct graph
topology without loading all fact values into memory.

# `t`

```elixir
@type t() :: %Runic.Workflow.FactRef{
  ancestry: {Runic.Workflow.Fact.hash(), Runic.Workflow.Fact.hash()} | nil,
  hash: Runic.Workflow.Fact.hash()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
