ReactivateTourEntryInput
Input for the mutation reactivating an existing tour entry
input ReactivateTourEntryInput {
benefitId: BenefitID
clientId: ClientID
tourEntryId: TourEntryID!
}
Fields
ReactivateTourEntryInput.benefitId ● BenefitID scalar
Optional benefit to be skipped
ReactivateTourEntryInput.clientId ● ClientID scalar
Optional client to be skipped
ReactivateTourEntryInput.tourEntryId ● TourEntryID! non-null scalar
The ID of the tour entry to be reactivated
Member Of
reactivateTourEntry mutation