Automattic\WooCommerce\Vendor\GraphQL\Language

Parser::parseConstValueprivateWC 1.0

Method of the class: Parser{}

No Hooks.

Returns

null. Nothing (null).

Usage

// private - for code of main (parent) class only
$result = $this->parseConstValue(): ValueNode;

Parser::parseConstValue() code WC 11.0.1

private function parseConstValue(): ValueNode
{
    return $this->parseValueLiteral(true);
}