createRoom.graphql 80 Bytes Raw Blame History Permalink 1 2 3 type Mutation { createRoom(participantsId: [Int], categories: [Int]): Room! }