OBJECT
A room at a location
type Room {id: ID! # When true, there can only be one appointment at a time in the roomlimit_to_one: Boolean # Name of the roomname: String }