Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType::__construct PHP Method

__construct() public method

ObjectType constructor.
public __construct ( $config = [] )
$config
    public function __construct($config = [])
    {
        if (empty($config)) {
            $config['name'] = $this->getName();
        }
        $this->config = new InterfaceTypeConfig($config, $this);
    }