UpdateReferenceValueInput
Input for changing the reference value of one or more items in a benefit calendar entry
input UpdateReferenceValueInput {
benefitCalendarId: BenefitCalendarEntryID!
newReferenceValue: Int
}
Fields
UpdateReferenceValueInput.benefitCalendarId ● BenefitCalendarEntryID! non-null scalar
ID of the benefit calendar entry
UpdateReferenceValueInput.newReferenceValue ● Int scalar
New reference value to be set from now on for this benefit for the given client. Updated in the contract/prescription, calendar and tours If not provided, it is reset to the initial reference value from the benefit catalogue
Member Of
updateReferenceValue mutation