Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

FieldDefinition::getTypepublicWC 1.0

Method of the class: FieldDefinition{}

No Hooks.

Returns

Type&OutputType.

Usage

$FieldDefinition = new FieldDefinition();
$FieldDefinition->getType(): Type;

FieldDefinition::getType() code WC 10.9.1

public function getType(): Type
{
    return $this->type ??= Schema::resolveType($this->config['type']);
}