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