Automattic\WooCommerce\Api\Infrastructure\Schema

Type::floatpublic staticWC 1.0

The built-in GraphQL Float scalar.

Method of the class: Type{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Type::float();

Type::float() code WC 10.9.1

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