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
Hi Team,
I am trying to use loadMany to pass all the keys at once and then remap the values from the loader. Not finding examples on this.
Should we need to do custom remap in the datafetcher when we use loadmany?
Am using MapperBatchLoaderwithContext<objectA, List> and when I use loadMany getting List<List>. In this case how to map this list to each ObjectA key.
Could you please assist?
Thanks
The text was updated successfully, but these errors were encountered:
Hi Team,
I am trying to use loadMany to pass all the keys at once and then remap the values from the loader. Not finding examples on this.
Should we need to do custom remap in the datafetcher when we use loadmany?
Am using MapperBatchLoaderwithContext<objectA, List> and when I use loadMany getting List<List>. In this case how to map this list to each ObjectA key.
Could you please assist?
Thanks
The text was updated successfully, but these errors were encountered: