Automattic\WooCommerce\Api\Infrastructure\Schema
Type::string
The built-in GraphQL String scalar.
Method of the class: Type{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = Type::string();
Type::string() Type::string code WC 10.9.1
public static function string() {
return WebonyxType::string();
}