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 object
The photo for the room type photo. Optional.
Member Of
RoomType object