Automattic\WooCommerce\Vendor\GraphQL\Language
Parser::parseConstValue
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() Parser::parseConstValue code WC 11.1.1
private function parseConstValue(): ValueNode
{
return $this->parseValueLiteral(true);
}