Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
ListOfType::getWrappedType
Method of the class: ListOfType{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ListOfType = new ListOfType(); $ListOfType->getWrappedType(): Type;
ListOfType::getWrappedType() ListOfType::getWrappedType code WC 10.9.1
public function getWrappedType(): Type
{
return Schema::resolveType($this->wrappedType);
}