Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

HasFieldsType::hasFieldpublicWC 1.0

Method of the class: HasFieldsType{}

No Hooks.

Returns

null. Nothing (null).

Usage

$HasFieldsType = new HasFieldsType();
$HasFieldsType->hasField( $name ): bool;
$name(string) (required)
.

HasFieldsType::hasField() code WC 10.9.1

public function hasField(string $name): bool;