sdy

create getRoomSearchByName graphql

1 +type Query {
2 + getRoomByName(roomName: String!): Room!
3 +}