Automattic\WooCommerce\Vendor\GraphQL\Validator
QueryValidationContext::getType
Method of the class: QueryValidationContext{}
No Hooks.
Returns
null. Nothing (null).
Usage
$QueryValidationContext = new QueryValidationContext(); $QueryValidationContext->getType(): ?Type;
QueryValidationContext::getType() QueryValidationContext::getType code WC 10.9.1
public function getType(): ?Type
{
return $this->typeInfo->getType();
}