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 11.0.1
public function getTypes()
{
return $this->types;
}