Closed sfriedel closed 5 years ago
closing this PR for the now because we noticed that it breaks error propagation in some cases
Sorry to hear, I was just about to look into the PR. Thanks Sebastian for starting to work on it!
I will look into it anyway, for some inspiration at least
On 2019. Apr 15., at 17:23, Sebastian Friedel notifications@github.com wrote:
Closed #476.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
When using an extension that creates new child contexts in
ResolveFieldDidStart
the resulting context hierarchy is wrong.Given the query
the following context hierarchy would be created
So each context has the context of the previously executed field as a parent context.
This PR changes this so that the context in each field has the parent context of the parent field: