sdy

update newMessage schema

1 type Mutation { 1 type Mutation {
2 - newMessage(receiverId: String!, message: String!, roomId: String!): Message! 2 + newMessage(receiverId: String, message: String!, roomId: String): Message!
3 } 3 }
......