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