Automattic\WooCommerce\Vendor\GraphQL\Utils

TypeInfo::getArgumentpublicWC 1.0

Method of the class: TypeInfo{}

No Hooks.

Returns

null. Nothing (null).

Usage

$TypeInfo = new TypeInfo();
$TypeInfo->getArgument(): ?Argument;

TypeInfo::getArgument() code WC 10.9.1

public function getArgument(): ?Argument
{
    return $this->argument;
}