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