Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -12,6 +12,7 @@ export const GET_ROOMS = gql` | ... | @@ -12,6 +12,7 @@ export const GET_ROOMS = gql` |
12 | export const CREATE_ROOM = gql` | 12 | export const CREATE_ROOM = gql` |
13 | mutation createRoom($name: String!) { | 13 | mutation createRoom($name: String!) { |
14 | createRoom(name: $name) { | 14 | createRoom(name: $name) { |
15 | + id | ||
15 | name | 16 | name |
16 | } | 17 | } |
17 | } | 18 | } | ... | ... |
-
Please register or login to post a comment