CompleteWorkItemInput
Input for completeWorkItem mutation
input CompleteWorkItemInput {
benefitId: BenefitID
benefitValue: BenefitValueInput
clientId: ClientID
tourWorkItemId: TourWorkItemID!
}
Fields
CompleteWorkItemInput.benefitId ● BenefitID scalar
(Optional) For SingleClientWorkItems you can complete a single benefit.
CompleteWorkItemInput.benefitValue ● BenefitValueInput input
Input type for the value of the benefit. Mandatory only for single client work items with benefits with a non-default benefit variant.
CompleteWorkItemInput.clientId ● ClientID scalar
(Optional) For ClientPoolItems you can complete a single client.
CompleteWorkItemInput.tourWorkItemId ● TourWorkItemID! non-null scalar
The ID of the tour work item to be completed.
Member Of
completeWorkItem mutation