Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

NamedType::isBuiltInTypepublicWC 1.0

Is this type a built-in type?

Method of the class: NamedType{}

No Hooks.

Returns

null. Nothing (null).

Usage

$NamedType = new NamedType();
$NamedType->isBuiltInType(): bool;

NamedType::isBuiltInType() code WC 10.9.1

public function isBuiltInType(): bool;