/** * @inheritdoc */ public function __construct(ExecutionContextInterface $executionContext) { $this->executionContext = $executionContext; parent::__construct($executionContext->getSchema()); }