Automattic\WooCommerce\Vendor\GraphQL\Utils

TypeInfo::__constructpublicWC 1.0

Method of the class: TypeInfo{}

No Hooks.

Returns

null. Nothing (null).

Usage

$TypeInfo = new TypeInfo();
$TypeInfo->__construct( $schema );
$schema(Schema) (required)
.

TypeInfo::__construct() code WC 10.9.1

public function __construct(Schema $schema)
{
    $this->schema = $schema;
}