Add comment to a query?

Is there a way to add a comment to a query? We use proxysql to route querys and we signal some querys to use specific server (“writer server”) with comments like: /* writerQuery */

We can use .where("true / writerQuery /") but maybe there are more elegant solution.

Thanks!