Skip to main content

GroupBookingAllocationInput

Defines the input for the daily allocations in a group hotel booking.

input GroupBookingAllocationInput {
date: LocalDate!
numberOfRooms: PositiveInt!
}

Fields

GroupBookingAllocationInput.date ● LocalDate! non-null scalar

The date for the group booking allocation.

GroupBookingAllocationInput.numberOfRooms ● PositiveInt! non-null scalar

The number of rooms for this date for the group booking allocation.

Member Of

CreateGroupHotelBookingInput input ● UpdateGroupHotelBookingInput input