sdy

remove comments

import { isAuthenticated, prisma } from "../../../utils";
import { ONE_TO_ONE_MESSAGE } from "../../../topics";
// newMessage 에서는 1:1, 1:n 메시지 방만 가정하고 있음
// 나머지 랜덤채팅은 아직 구상중 (5/4) 기준
export default {
Mutation: {
newMessage: async (_, args, { request, pubsub }) => {
......