UpdateClientBenefitQuantityInput
No description
input UpdateClientBenefitQuantityInput {
assignedTours: [ActiveTourTimeOfDayInput!]
benefitId: BenefitPositionID!
clientId: ClientID!
date: Date!
parkId: ResidentialParkID!
timeOfDay: TimeOfDayType!
}
Fields
UpdateClientBenefitQuantityInput.assignedTours ● [ActiveTourTimeOfDayInput!] list input
Active tours this needs to be distributed to. Set to null or [] to remove all entries within the scoped time-of-day block.
UpdateClientBenefitQuantityInput.benefitId ● BenefitPositionID! 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.date ● Date! non-null scalar
The date this performance entry needs to be adjusted.
UpdateClientBenefitQuantityInput.parkId ● ResidentialParkID! non-null scalar
ID of the related residential park.
UpdateClientBenefitQuantityInput.timeOfDay ● TimeOfDayType! non-null enum
The time-of-day block this update is scoped to. Only work items within this block are affected; sibling blocks are left untouched.
Member Of
updateWorkItemQuantity mutation