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