Automattic\WooCommerce\Api\Infrastructure\Schema

Type::booleanpublic staticWC 1.0

The built-in GraphQL Boolean scalar.

Method of the class: Type{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Type::boolean();

Type::boolean() code WC 10.9.1

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