You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The batch load functions and classes look pretty much always the same so I'd like to get rid of them in favor of some global batch function that would receive the name of the data loader and the ids and would return a promise just like normal batch_load_fn. Currently I hacked it using __call but it's not ideal.
The text was updated successfully, but these errors were encountered:
The batch load functions and classes look pretty much always the same so I'd like to get rid of them in favor of some global batch function that would receive the name of the data loader and the ids and would return a promise just like normal batch_load_fn. Currently I hacked it using
__call
but it's not ideal.The text was updated successfully, but these errors were encountered: