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 11.0.1
public function getMutation()
{
return $this->mutation;
}