Automattic\WooCommerce\Vendor\GraphQL\Utils

TypeInfo::getParentTypeStackpublicWC 1.0

Method of the class: TypeInfo{}

No Hooks.

Returns

array<int, (CompositeType&Type)|null>.

Usage

$TypeInfo = new TypeInfo();
$TypeInfo->getParentTypeStack(): array;

TypeInfo::getParentTypeStack() code WC 11.0.1

public function getParentTypeStack(): array
{
    return $this->parentTypeStack;
}