Caleb Meredith

Results 42 comments of Caleb Meredith

Now calling `next(err)` multiple times is okay and it will behave as normal. **Edit**: but tests are failing...one sec

Tests are passing again on all versions. Node v0.8.x does not have a `res.headersSent` property, this broke tests.

What's the status on this PR? Once it is merged I can refactor #25 and get that ready for merger.

@dougwilson This pr is blocking future development, what's the status?

I apologize for interrupting your vacation, take all the time you need, your dedication to the open source community is very much appreciated. It was the lack of communication that...

@felixfbecker still waiting on feedback from @dougwilson 😊

@tunniclm an alternative of the promise implementation is by @blakeembrey in #32. In my implementation I decided to also fix this error which may be common in a promise environment....

This library uses two heuristics for batching: 1. All resolvers that are run before the next event-loop run are batched. 2. All resolvers that are run with the same query...

Of course this can be used with `dataloader` 😊