__construct() public method

public __construct ( AbstractSchema $schema )
$schema Youshido\GraphQL\Schema\AbstractSchema
コード例 #1
0
ファイル: Processor.php プロジェクト: youshido/graphql-bundle
 /**
  * @inheritdoc
  */
 public function __construct(ExecutionContextInterface $executionContext)
 {
     $this->executionContext = $executionContext;
     parent::__construct($executionContext->getSchema());
 }