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