OBJECT

UpdateRoomPayload

link GraphQL Schema definition

1type UpdateRoomPayload {
2
3error: UpdateRoomError
4
5room: Room
6
7}