AbstractContainerAwareField is not working
iainmckay opened this issue · 2 comments
iainmckay commented
It seems since last nights commit that AbstractContainerAwareField
isn't being given the container. I've traced through and it seems that Youshido\GraphQLBundle\Execution\Processor::resolveFieldValue
is no longer being called and that's where the container is set.
Is this by design, should we perhaps be using ResolveInfo::getExecutionContext()->getContainer()
?
Thanks
portey commented
Hi
we just fixed it, please use version 1.2.1
iainmckay commented
Great, I can confirm it works.
Thanks