Selecto.Subfilter.RelationshipPath (Selecto v0.4.3)

Parsed relationship path information.

Link to this section Summary

Link to this section Types

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