Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
NamedType::isBuiltInType
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() NamedType::isBuiltInType code WC 10.9.1
public function isBuiltInType(): bool;