Automattic\WooCommerce\Vendor\GraphQL\Validator

QueryValidationContext::getParentInputTypepublicWC 1.0

Method of the class: QueryValidationContext{}

No Hooks.

Returns

(Type&InputType)|null.

Usage

$QueryValidationContext = new QueryValidationContext();
$QueryValidationContext->getParentInputType(): ?InputType;

QueryValidationContext::getParentInputType() code WC 10.9.1

public function getParentInputType(): ?InputType
{
    return $this->typeInfo->getParentInputType();
}