___init(); parent::__construct($quoteAddressFactory); } /** * {@inheritdoc} */ public function execute(\Magento\GraphQl\Model\Query\ContextInterface $context, array $shippingAddressInput) : \Magento\Quote\Model\Quote\Address { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'execute'); return $pluginInfo ? $this->___callPlugins('execute', func_get_args(), $pluginInfo) : parent::execute($context, $shippingAddressInput); } }