sdy

create wholeMessage mutation

type Mutation {
wholeMessage(message: String!, roomId: Int!): Message!
}