OBJECT

UpdateRoomModesPayload

link GraphQL Schema definition

1type UpdateRoomModesPayload {
2
3error: UpdateRoomModesError
4
5room: Room
6
7}