Skip to main content

ChangeTourEntryDescriptionInput

Input for the mutation changing the description of an existing tour entry

input ChangeTourEntryDescriptionInput {
description: String!
tourEntryId: TourEntryID!
}

Fields

ChangeTourEntryDescriptionInput.description ● String! non-null scalar

The new description to be added

ChangeTourEntryDescriptionInput.tourEntryId ● TourEntryID! non-null scalar

The ID of the tour entry, whose description is being updated

Member Of

changeTourEntryDescription mutation