getContainer() public method

public getContainer ( ) : Youshido\GraphQL\Execution\Container\ContainerInterface
return Youshido\GraphQL\Execution\Container\ContainerInterface
Example #1
0
 public function getContainer()
 {
     return $this->executionContext->getContainer();
 }