UpdateRoomTypePayload
Payload when updating an existing room type.
type UpdateRoomTypePayload {
roomType: RoomType!
}
Fields
UpdateRoomTypePayload.roomType ● RoomType! non-null object
The updated room type.
Returned By
updateRoomType mutation