Automattic\WooCommerce\Vendor\GraphQL\Server

ServerConfig::getRootValuepublicWC 1.0

Method of the class: ServerConfig{}

No Hooks.

Returns

Mixed|callable.

Usage

$ServerConfig = new ServerConfig();
$ServerConfig->getRootValue();

ServerConfig::getRootValue() code WC 10.8.1

public function getRootValue()
{
    return $this->rootValue;
}