Automattic\WooCommerce\Api\Infrastructure\Schema

Type::idpublic staticWC 1.0

The built-in GraphQL ID scalar.

Method of the class: Type{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Type::id();

Type::id() code WC 10.9.1

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