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