Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

ListOfType::getWrappedTypepublicWC 1.0

Method of the class: ListOfType{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ListOfType = new ListOfType();
$ListOfType->getWrappedType(): Type;

ListOfType::getWrappedType() code WC 10.9.1

public function getWrappedType(): Type
{
    return Schema::resolveType($this->wrappedType);
}