UtilityBelt v0.16.0 UtilityBelt.Ecto.UpdateContext View Source

Query context

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %UtilityBelt.Ecto.UpdateContext{
  changeset: term(),
  data: term(),
  fields: term(),
  opts: term(),
  query: term(),
  repo: term(),
  schema: term()
}