Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
LoneAnonymousOperation::anonOperationNotAloneMessage
Method of the class: LoneAnonymousOperation{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = LoneAnonymousOperation::anonOperationNotAloneMessage(): string;
LoneAnonymousOperation::anonOperationNotAloneMessage() LoneAnonymousOperation::anonOperationNotAloneMessage code WC 10.9.1
public static function anonOperationNotAloneMessage(): string
{
return 'This anonymous operation must be the only defined operation.';
}