Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
HasFieldsType::getFieldNames
Get all field names, including only visible fields.
Method of the class: HasFieldsType{}
No Hooks.
Returns
array<int, string>.
Usage
$HasFieldsType = new HasFieldsType(); $HasFieldsType->getFieldNames(): array;
HasFieldsType::getFieldNames() HasFieldsType::getFieldNames code WC 11.0.1
public function getFieldNames(): array;