Your IP : 216.73.216.220


Current Path : /var/www/html/generated/code/Magento/DirectoryGraphQl/Model/Resolver/Country/
Upload File :
Current File : /var/www/html/generated/code/Magento/DirectoryGraphQl/Model/Resolver/Country/Interceptor.php

<?php
namespace Magento\DirectoryGraphQl\Model\Resolver\Country;

/**
 * Interceptor class for @see \Magento\DirectoryGraphQl\Model\Resolver\Country
 */
class Interceptor extends \Magento\DirectoryGraphQl\Model\Resolver\Country implements \Magento\Framework\Interception\InterceptorInterface
{
    use \Magento\Framework\Interception\Interceptor;

    public function __construct(\Magento\Framework\Reflection\DataObjectProcessor $dataProcessor, \Magento\Directory\Api\CountryInformationAcquirerInterface $countryInformationAcquirer)
    {
        $this->___init();
        parent::__construct($dataProcessor, $countryInformationAcquirer);
    }

    /**
     * {@inheritdoc}
     */
    public function resolve(\Magento\Framework\GraphQl\Config\Element\Field $field, $context, \Magento\Framework\GraphQl\Schema\Type\ResolveInfo $info, ?array $value = null, ?array $args = null)
    {
        $pluginInfo = $this->pluginList->getNext($this->subjectType, 'resolve');
        return $pluginInfo ? $this->___callPlugins('resolve', func_get_args(), $pluginInfo) : parent::resolve($field, $context, $info, $value, $args);
    }
}