Automattic\WooCommerce\Vendor\GraphQL\Server
ServerConfig::getRootValue
Method of the class: ServerConfig{}
No Hooks.
Returns
Mixed|callable.
Usage
$ServerConfig = new ServerConfig(); $ServerConfig->getRootValue();
ServerConfig::getRootValue() ServerConfig::getRootValue code WC 10.8.1
public function getRootValue()
{
return $this->rootValue;
}