Oban.Repo.insert_all
You're seeing just the function
insert_all
, go back to Oban.Repo module for more information.
Link to this function
insert_all(conf, schema_or_source, entries, opts \\ [])
View Source (since 2.2.0)Specs
insert_all( config(), binary() | {binary(), module()} | module(), [map() | [{atom(), term() | Ecto.Query.t()}]], Keyword.t() ) :: {integer(), nil | [term()]}
Wraps Ecto.Repo.insert_all/3
.