Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -18,6 +18,7 @@ type Group { | ... | @@ -18,6 +18,7 @@ type Group { |
18 | id: ID! | 18 | id: ID! |
19 | name: String! | 19 | name: String! |
20 | participants: [User] | 20 | participants: [User] |
21 | + creator: User | ||
21 | messages: [Message] | 22 | messages: [Message] |
22 | files: String | 23 | files: String |
23 | createdAt: String | 24 | createdAt: String | ... | ... |
-
Please register or login to post a comment