# `Selecto.Subfilter.RelationshipPath`

Parsed relationship path information.

# `t`

```elixir
@type t() :: %Selecto.Subfilter.RelationshipPath{
  is_aggregation: boolean(),
  path_segments: [String.t()],
  target_field: String.t() | nil,
  target_table: String.t()
}
```

---

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