createMessage.graphql 76 Bytes Raw Blame History Permalink 1 2 3 type Mutation { createMessage(message: String!, roomId: Int!): Message! }