Skip to main content

SkipTourEntryInput

Input for the mutation skipping an existing tour entry

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

Fields

SkipTourEntryInput.benefitId ● BenefitPositionID 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