Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

NonNull::getWrappedTypepublicWC 1.0

Method of the class: NonNull{}

No Hooks.

Returns

NullableType&Type.

Usage

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

NonNull::getWrappedType() code WC 10.9.4

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