getRoomByName.graphql 57 Bytes Raw Blame History Permalink 1 2 3 type Query { getRoomByName(roomName: String!): Room! }