# `Gralkor.Destination`
[🔗](https://github.com/elimydlarz/jido_gralkor/blob/main/lib/gralkor/destination.ex#L1)

A named memory destination with an address and extraction ontology.

# `t`

```elixir
@type t() :: %Gralkor.Destination{
  address: String.t(),
  name: String.t(),
  ontology: module()
}
```

# `graph_id`

```elixir
@spec graph_id(t(), String.t()) :: String.t()
```

---

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