Automattic\WooCommerce\Vendor\GraphQL\Utils

TypeInfo::getTypepublicWC 1.0

Method of the class: TypeInfo{}

No Hooks.

Returns

null. Nothing (null).

Usage

$TypeInfo = new TypeInfo();
$TypeInfo->getType(): ?Type;

TypeInfo::getType() code WC 10.9.1

public function getType(): ?Type
{
    return $this->typeStack[count($this->typeStack) - 1] ?? null;
}