Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
Argument::isDeprecated
Method of the class: Argument{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Argument = new Argument(); $Argument->isDeprecated(): bool;
Argument::isDeprecated() Argument::isDeprecated code WC 10.9.1
public function isDeprecated(): bool
{
return (bool) $this->deprecationReason;
}