Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

WrappingType::getWrappedTypepublicWC 1.0

Return the wrapped type, which may itself be a wrapping type.

Method of the class: WrappingType{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

WrappingType::getWrappedType() code WC 10.9.1

public function getWrappedType(): Type;