View Source RecordListEcto.RetrieveStep (record_list_ecto v0.1.2)

A step to retrieve the records from the repo.

options

Options

  • :repo - Required. The Ecto.Repo to use when calling opts[:repo].all(query) with the query in the record list.