View Source Dx.Loaders.Dataloader (dx v0.3.1)
Uses Dataloader
to load missing data incrementally.
Supported options
These options are passed to Dataloader.Ecto.new/2
:
timeout
- Timeout in milliseconds forDataloader
to wait for all data to be loaded. Defaults to 15_000.repo_options
- Options passed to theEcto.Repo
when loading data. Defaults to[]
.