Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
HasFieldsType::findField
Method of the class: HasFieldsType{}
No Hooks.
Returns
null. Nothing (null).
Usage
$HasFieldsType = new HasFieldsType(); $HasFieldsType->findField( $name ): ?FieldDefinition;
- $name(string) (required)
- .
HasFieldsType::findField() HasFieldsType::findField code WC 10.9.1
public function findField(string $name): ?FieldDefinition;