Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment