Automattic\WooCommerce\Vendor\GraphQL\Server

ServerConfig::getQueryBatchingpublicWC 1.0

Method of the class: ServerConfig{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ServerConfig = new ServerConfig();
$ServerConfig->getQueryBatching(): bool;

ServerConfig::getQueryBatching() code WC 10.8.1

public function getQueryBatching(): bool
{
    return $this->queryBatching;
}