# `Gralkor.Lens.Replaceable`
[🔗](https://github.com/elimydlarz/jido_gralkor/blob/main/lib/gralkor/lens/replaceable.ex#L1)

Resolved definition of a Lens whose write unit is a complete graph.

Consumers register definitions in `:jido_gralkor, :lenses` and resolve them
through `Gralkor.Client` rather than constructing this struct directly.

# `t`

```elixir
@type t() :: %Gralkor.Lens.Replaceable{
  destination: Gralkor.Destination.t(),
  graph_format: :property_graph,
  name: String.t()
}
```

---

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