Automattic\WooCommerce\Vendor\GraphQL\Language\AST
Node::__toString
Method of the class: Node{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Node = new Node(); $Node->__toString(): string;
Node::__toString() Node:: toString code WC 10.9.4
public function __toString(): string
{
return json_encode($this, JSON_THROW_ON_ERROR);
}