youshido-php / GraphQLBundle

Pure PHP implementation of GraphQL Server – Symfony Bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AbstractContainerAwareField is not working

iainmckay opened this issue · comments

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

Hi
we just fixed it, please use version 1.2.1

Great, I can confirm it works.

Thanks