DeleteGroupTravelBookingInput
Defines the input for deleting a group travel booking in an event.
input DeleteGroupTravelBookingInput {
contactId: ID!
eventId: ID!
travelBookingId: ID!
}
Fields
DeleteGroupTravelBookingInput.contactId ● ID! non-null scalar
The identifier of the contact the travel booking is associated with.
DeleteGroupTravelBookingInput.eventId ● ID! non-null scalar
The identifier of the event the travel booking is associated with.
DeleteGroupTravelBookingInput.travelBookingId ● ID! non-null scalar
The identifier of the travel booking.
Member Of
deleteGroupTravelBooking mutation