Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
WrappingType::getWrappedType
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() WrappingType::getWrappedType code WC 10.9.1
public function getWrappedType(): Type;