Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

HasFieldsType::findFieldpublicWC 1.0

Method of the class: HasFieldsType{}

No Hooks.

Returns

null. Nothing (null).

Usage

$HasFieldsType = new HasFieldsType();
$HasFieldsType->findField( $name ): ?FieldDefinition;
$name(string) (required)
.

HasFieldsType::findField() code WC 10.9.1

public function findField(string $name): ?FieldDefinition;