dataloader v1.0.8 Dataloader.KV View Source

Simple KV based Dataloader source.

This module is a simple key value based data loader source. You must supply a function that accepts ids, and returns a map of values keyed by id.

Examples

Link to this section Summary

Link to this section Functions

Link to this function

new(load_function, opts \\ [])

View Source