graph-gophers / dataloader

Implementation of Facebook's DataLoader in Golang
MIT License
1.21k stars 75 forks source link

v1: Ensure len(errors) in ResultMany equals len(data) #26

Closed tonyghita closed 7 years ago

tonyghita commented 7 years ago

This simplifies the error handling in LoadMany and ensures that every element in the response []interface{} has a corresponding error. Resolves #25.


This change is Reviewable