sdy

create getRoomSearchByName graphql

type Query {
getRoomByName(roomName: String!): Room!
}