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
I have 4 classes that extend DataLoader, to resolve field1 to field4. Each of them use the same key id. I don't see the DataLoader's batchLoadFunction function getting executed for any of the 4 calls to dataloader.load()
I am using com.graphql-java:java-dataloader: version 3.3.0.
Is this behaviour expected? Also, did something changed between the above version 3.3.0 and a previous version 3.1.2?