RoomTypePhoto
A photo associated with a room type.
type RoomTypePhoto {
  id: ID!
  photo: Image!
}
Fields
RoomTypePhoto.id ● ID! non-null scalar
The identifier of the room type photo.
RoomTypePhoto.photo ● Image! non-null object
The photo for the room type photo.
Member Of
RoomType  object