Skip to main content

DeleteHotelBookingInput

Defines the input for deleting a hotel booking.

input DeleteHotelBookingInput {
contactId: ID!
eventId: ID!
hotelBookingId: ID!
}

Fields

DeleteHotelBookingInput.contactId ● ID! non-null scalar

The identifier of the contact the hotel booking is associated with.

DeleteHotelBookingInput.eventId ● ID! non-null scalar

The identifier of the event the hotel booking is associated with.

DeleteHotelBookingInput.hotelBookingId ● ID! non-null scalar

The identifier of the hotel booking.

Member Of

deleteHotelBooking mutation