UpdateTourEntryBenefitReferenceValueInput
Updates the reference value of an existing benefit in a given tour entry (target tour)
input UpdateTourEntryBenefitReferenceValueInput {
benefitId: BenefitPositionID!
referenceValue: Int!
tourEntryId: TourEntryID!
}
Fields
UpdateTourEntryBenefitReferenceValueInput.benefitId ● BenefitPositionID! non-null scalar
ID of the benefit position to update
UpdateTourEntryBenefitReferenceValueInput.referenceValue ● Int! non-null scalar
The new reference value
UpdateTourEntryBenefitReferenceValueInput.tourEntryId ● TourEntryID! non-null scalar
The ID of the tour entry, to which the reference value is being changed
Member Of
updateTourEntryBenefitReferenceValue mutation