Automattic\WooCommerce\Vendor\GraphQL\Utils
TypeInfo::getParentTypeStack
Method of the class: TypeInfo{}
No Hooks.
Returns
array<int, (CompositeType&Type)|null>.
Usage
$TypeInfo = new TypeInfo(); $TypeInfo->getParentTypeStack(): array;
TypeInfo::getParentTypeStack() TypeInfo::getParentTypeStack code WC 11.0.1
public function getParentTypeStack(): array
{
return $this->parentTypeStack;
}