Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
QueryDepth::__construct
Method of the class: QueryDepth{}
No Hooks.
Returns
null. Nothing (null).
Usage
$QueryDepth = new QueryDepth(); $QueryDepth->__construct( $maxQueryDepth );
- $maxQueryDepth(int) (required)
- .
QueryDepth::__construct() QueryDepth:: construct code WC 10.9.1
public function __construct(int $maxQueryDepth)
{
$this->setMaxQueryDepth($maxQueryDepth);
}