Skip to main content

UpdateClientBenefitQuantityInput

No description

input UpdateClientBenefitQuantityInput {
benefitId: BenefitID!
clientId: ClientID!
quantity: Int!
timeOfDay: TimeOfDayType!
tourId: ActiveTourID!
}

Fields

UpdateClientBenefitQuantityInput.benefitId ● BenefitID! non-null scalar

List of benefits to be applied to the client.

UpdateClientBenefitQuantityInput.clientId ● ClientID! non-null scalar

The ID of the client this benefits should be applied to.

UpdateClientBenefitQuantityInput.quantity ● Int! non-null scalar

Quantity of this work item. Has to be greater than 0.

UpdateClientBenefitQuantityInput.timeOfDay ● TimeOfDayType! non-null enum

The time of day this entry should be added

UpdateClientBenefitQuantityInput.tourId ● ActiveTourID! non-null scalar

The ID of the tour to be assigned

Member Of

updateWorkItemQuantity mutation