Automattic\WooCommerce\Vendor\GraphQL\Type

SchemaConfig::setTypespublicWC 1.0

Method of the class: SchemaConfig{}

No Hooks.

Returns

null. Nothing (null).

Usage

$SchemaConfig = new SchemaConfig();
$SchemaConfig->setTypes( $types ): self;
$types(array|callable) (required)
.

SchemaConfig::setTypes() code WC 10.9.4

public function setTypes($types): self
{
    $this->types = $types;

    return $this;
}