CancelHotelBookingInput
Defines the input for canceling a hotel booking.
input CancelHotelBookingInput {
contactId: ID!
eventId: ID!
hotelBookingId: ID!
}
Fields
CancelHotelBookingInput.contactId ● ID! non-null scalar
The identifier of the contact the hotel booking is associated with.
CancelHotelBookingInput.eventId ● ID! non-null scalar
The identifier of the event the hotel booking is associated with.
CancelHotelBookingInput.hotelBookingId ● ID! non-null scalar
The identifier of the hotel booking.
Member Of
cancelHotelBooking mutation