Automattic\WooCommerce\Api\Infrastructure\Schema

Type::stringpublic staticWC 1.0

The built-in GraphQL String scalar.

Method of the class: Type{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Type::string();

Type::string() code WC 10.9.1

public static function string() {
	return WebonyxType::string();
}