Description
Object description indicates the type and the description about something.
type Description {
  type: DescriptionType!
  texts: [Text!]
}
Fields
Description.type ● DescriptionType! non-null enum
Indicates type of description
Description.texts ● [Text!] list object
Label
Member Of
HotelData  object