sdy

update createRoom typedef

1 type Mutation { 1 type Mutation {
2 - createRoom(participantsId: [Int], categories: [Int]): Room! 2 + createRoom(participantsId: [Int], categories: [Int], name: String!): Room!
3 } 3 }
......