Automattic\WooCommerce\Vendor\GraphQL\Utils
TypeInfo::getParentTypeStack
Method of the class: TypeInfo{}
No Hooks.
Returns
Array
Usage
$TypeInfo = new TypeInfo(); $TypeInfo->getParentTypeStack(): array;
TypeInfo::getParentTypeStack() TypeInfo::getParentTypeStack code WC 10.9.1
public function getParentTypeStack(): array
{
return $this->parentTypeStack;
}