Gralkor.Lens.Replaceable (jido_gralkor v7.0.0)

Copy Markdown View Source

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.

Summary

Types

t()

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