Automattic\WooCommerce\Vendor\GraphQL\Type
SchemaConfig::setTypeLoader
Method of the class: SchemaConfig{}
No Hooks.
Returns
null. Nothing (null).
Usage
$SchemaConfig = new SchemaConfig(); $SchemaConfig->setTypeLoader( ?callable $typeLoader ): self;
- ?callable $typeLoader(required)
- .
SchemaConfig::setTypeLoader() SchemaConfig::setTypeLoader code WC 10.9.4
public function setTypeLoader(?callable $typeLoader): self
{
$this->typeLoader = $typeLoader;
return $this;
}