DeleteTourEntryInput
Input for the deleteTourEntry mutation.
input DeleteTourEntryInput {
tourEntryId: TourEntryID!
}
Fields
DeleteTourEntryInput.tourEntryId ● TourEntryID! non-null scalar
The ID of the tour entries to be deleted
Member Of
deleteTourEntry mutation