Automattic\WooCommerce\Vendor\GraphQL\Validator

QueryValidationContext::getTypepublicWC 1.0

Method of the class: QueryValidationContext{}

No Hooks.

Returns

null. Nothing (null).

Usage

$QueryValidationContext = new QueryValidationContext();
$QueryValidationContext->getType(): ?Type;

QueryValidationContext::getType() code WC 10.9.1

public function getType(): ?Type
{
    return $this->typeInfo->getType();
}