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