Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

Argument::isDeprecatedpublicWC 1.0

Method of the class: Argument{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Argument = new Argument();
$Argument->isDeprecated(): bool;

Argument::isDeprecated() code WC 10.9.1

public function isDeprecated(): bool
{
    return (bool) $this->deprecationReason;
}