Automattic\WooCommerce\Vendor\GraphQL\Utils

TypeInfo::getFieldDefpublicWC 1.0

Method of the class: TypeInfo{}

No Hooks.

Returns

null. Nothing (null).

Usage

$TypeInfo = new TypeInfo();
$TypeInfo->getFieldDef(): ?FieldDefinition;

TypeInfo::getFieldDef() code WC 10.9.1

public function getFieldDef(): ?FieldDefinition
{
    return $this->fieldDefStack[count($this->fieldDefStack) - 1] ?? null;
}