sdy

update graphql schema

......@@ -30,7 +30,7 @@ type Category {
type Message {
id: ID!
text: String!
from: User
from: [User]
to: [User]
room: Room!
createdAt: String
......