Automattic\WooCommerce\Vendor\GraphQL\Utils
BuildClientSchema::getObjectType
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() BuildClientSchema::getObjectType code WC 10.9.1
private function getObjectType(array $typeRef): ObjectType
{
$type = $this->getType($typeRef);
return ObjectType::assertObjectType($type);
}