createRoom.graphql 53 Bytes Raw Blame History Permalink 1 2 3 type Mutation { createRoom(name: String!): Room! }