Automattic\WooCommerce\Vendor\GraphQL\Type
SchemaConfig::getTypes
Method of the class: SchemaConfig{}
No Hooks.
Returns
Array|callable.
Usage
$SchemaConfig = new SchemaConfig(); $SchemaConfig->getTypes();
SchemaConfig::getTypes() SchemaConfig::getTypes code WC 10.9.4
public function getTypes()
{
return $this->types;
}