Bed
Contains information about a bed.
type Bed {
type: String
description: String @deprecated
count: Int
shared: Boolean
}
Fields
Bed.type
● String
scalar
Specifies the bed type
Bed.description
● String
deprecated scalar
DEPRECATED
Deprecated from 2019-07-29
Description about the bed
Bed.count
● Int
scalar
Indicates number of beds in a room
Bed.shared
● Boolean
scalar
Specifies if the bed is shared or not
Member Of
Room
object