Automattic\WooCommerce\Vendor\GraphQL\Type
SchemaConfig::getMutation
Method of the class: SchemaConfig{}
No Hooks.
Returns
MaybeLazyObjectType.
Usage
$SchemaConfig = new SchemaConfig(); $SchemaConfig->getMutation();
SchemaConfig::getMutation() SchemaConfig::getMutation code WC 10.9.4
public function getMutation()
{
return $this->mutation;
}