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