dataloader icon indicating copy to clipboard operation
dataloader copied to clipboard

[BREAKING] Update types to allow array of promises in batchLoadFn return

Open chasingmaxwell opened this issue 4 years ago • 0 comments

Update types to allow batchLoadFns to resolve with an array of promises (this is already functionally supported).

This is a breaking change because it changes the BatchLoadFn type which will likely require code changes for some implementations.

Closes #247

chasingmaxwell avatar Aug 03 '20 21:08 chasingmaxwell