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