Automattic\WooCommerce\Vendor\GraphQL\Type

SchemaConfig::getMutationpublicWC 1.0

Method of the class: SchemaConfig{}

No Hooks.

Returns

MaybeLazyObjectType.

Usage

$SchemaConfig = new SchemaConfig();
$SchemaConfig->getMutation();

SchemaConfig::getMutation() code WC 10.9.4

public function getMutation()
{
    return $this->mutation;
}