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