SelectoComponents.Execution.Result (selecto_components v0.4.8)

Normalized execution output for one SelectoComponents run.

Link to this section Summary

Link to this section Types

@type t() :: %SelectoComponents.Execution.Result{
  aggregate_page_cache: term(),
  applied_view: term(),
  columns: term(),
  detail_page_cache: term(),
  executed: term(),
  execution_error: term(),
  field_filters: term(),
  last_query_info: term(),
  presentation_context: term(),
  query_results: term(),
  selecto: term(),
  used_params: term(),
  view_meta: term()
}

Link to this section Functions

Link to this function

to_assigns(result)

@spec to_assigns(t()) :: map()