Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

WrappingType::getInnermostTypepublicWC 1.0

Return the innermost wrapped type, which is guaranteed to be a named type.

Method of the class: WrappingType{}

No Hooks.

Returns

Type&NamedType.

Usage

$WrappingType = new WrappingType();
$WrappingType->getInnermostType(): NamedType;

WrappingType::getInnermostType() code WC 10.9.4

public function getInnermostType(): NamedType;