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