UtilityBelt v0.16.0 UtilityBelt.Ecto.QueryContext View Source

Query context

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %UtilityBelt.Ecto.QueryContext{
  aggr_fn: term(),
  args: term(),
  extra_fields: term(),
  fields: term(),
  name: term(),
  paging: term(),
  parent: term(),
  query: term(),
  repo: term(),
  total_fn: term()
}