CheckInformation
No description
type CheckInformation {
  instructions(
    languages: [Language!]
  ): [Text!]
  specialInstructions(
    languages: [Language!]
  ): [Text!]
  minAge: Int
  schedule: TimeRange
}
Fields
CheckInformation.instructions ● [Text!] list object
CheckIn instructions
CheckInformation.instructions.languages ● [Language!] list scalar
CheckInformation.specialInstructions ● [Text!] list object
CheckIn special instructions
CheckInformation.specialInstructions.languages ● [Language!] list scalar
CheckInformation.minAge ● Int scalar
Minimal age allowed for doing the checkin
CheckInformation.schedule ● TimeRange object
The schedule of checkIn
Member Of
HotelData  object