ReconReservationUpdateInput
No description
input ReconReservationUpdateInput {
updatedAt: DateTime!
status: String!
netPayable: ReconNetPayableInput!
id: ID
hotel: ReconHotelInput
cancellationPolicy: ReconCancellationPolicyInput
rooms: [ReconRoomInput]
}