Automattic\WooCommerce\Api\Infrastructure\Schema

Type::intpublic staticWC 1.0

The built-in GraphQL Int scalar.

Method of the class: Type{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Type::int();

Type::int() code WC 10.9.1

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