Selecto.Subfilter.JoinPathResolver.JoinResolution
(Selecto v0.4.5)
Copy Markdown
Structure representing a resolved join path with all necessary join information.
Summary
Types
@type t() :: %Selecto.Subfilter.JoinPathResolver.JoinResolution{ is_aggregation: boolean(), joins: [join_config()], path_segments: [String.t()], target_field: String.t() | nil, target_table: atom() }