Skip to main content

SkipTourEntryInput

Input for the mutation skipping an existing tour entry

input SkipTourEntryInput {
benefitId: BenefitID
clientId: ClientID
tourEntryId: TourEntryID!
}

Fields

SkipTourEntryInput.benefitId ● BenefitID scalar

Optional benefit to be skipped

SkipTourEntryInput.clientId ● ClientID scalar

Optional client to be skipped

SkipTourEntryInput.tourEntryId ● TourEntryID! non-null scalar

The ID of the tour work item to be skipped

Member Of

skipTourEntry mutation