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