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