sdy

update graphql schema

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