Automattic\WooCommerce\Vendor\GraphQL\Utils

BuildClientSchema::getObjectTypeprivateWC 1.0

Method of the class: BuildClientSchema{}

No Hooks.

Returns

null. Nothing (null).

Usage

// private - for code of main (parent) class only
$result = $this->getObjectType( $typeRef ): ObjectType;
$typeRef(array) (required)
.

BuildClientSchema::getObjectType() code WC 10.9.1

private function getObjectType(array $typeRef): ObjectType
{
    $type = $this->getType($typeRef);

    return ObjectType::assertObjectType($type);
}