Skip to main content

HotelInventoryByDateSearchFilterInput

Defines the filter criteria used when searching for hotel inventories in EventsAir.

input HotelInventoryByDateSearchFilterInput {
date: OpenEndedLocalDateRangeFilter
isSubBlock: Boolean
subBlockIds: [ID!]
subBlockUniqueCodes: [String!]
}

Fields

HotelInventoryByDateSearchFilterInput.date ● OpenEndedLocalDateRangeFilter input

Filter the dailyInventories based on date is within the specified date range. Optional.

HotelInventoryByDateSearchFilterInput.isSubBlock ● Boolean scalar

Filter dailyInventories based on IsSubBlock value. Optional.

true will return all dailyInventories where isSubBlock is true, false will return all dailyInventories where isSubBlock is false. Specifying null or omitting the input field will return all dailyInventories regardless of IsSubBlock value.

HotelInventoryByDateSearchFilterInput.subBlockIds ● [ID!] list scalar

Filter the dailyInventories based on sub block identifiers. Optional.

HotelInventoryByDateSearchFilterInput.subBlockUniqueCodes ● [String!] list scalar

Filter dailyInventories based on sub block unique codes. Optional.