getContainer() public method

public getContainer ( ) : Youshido\GraphQL\Execution\Container\ContainerInterface
return Youshido\GraphQL\Execution\Container\ContainerInterface
コード例 #1
0
ファイル: ResolveInfo.php プロジェクト: youshido/graphql
 public function getContainer()
 {
     return $this->executionContext->getContainer();
 }