Automattic\WooCommerce\Vendor\GraphQL\Utils

TypeInfo::getParentTypeStackpublicWC 1.0

Method of the class: TypeInfo{}

No Hooks.

Returns

Array. (CompositeType&Type)|null>

Usage

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

TypeInfo::getParentTypeStack() code WC 10.9.1

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