Skip to main content

HotelInventoryByDateInput

Defines the input for the hotel inventory by date.

input HotelInventoryByDateInput {
date: LocalDate!
limit: Int!
mustStayNight: Boolean
}

Fields

HotelInventoryByDateInput.date ● LocalDate! non-null scalar

The date for the inventory.

HotelInventoryByDateInput.limit ● Int! non-null scalar

The number of rooms available of hotel inventory for this date.

HotelInventoryByDateInput.mustStayNight ● Boolean scalar

A flag indicating whether the date is a must stay night. Optional.

The default value is false.

Member Of

HotelInventoryInput input