# `Clarity.Vertex.Ash.Relationship`
[🔗](https://github.com/team-alembic/clarity/blob/v0.6.0/lib/clarity/vertex/ash/relationship.ex#L2)

Vertex implementation for Ash resource relationships.

# `t`

```elixir
@type t() :: %Clarity.Vertex.Ash.Relationship{
  relationship: Ash.Resource.Relationships.relationship(),
  resource: Ash.Resource.t()
}
```

---

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