ChangeTourEntryReferenceValueInput
Input for the mutation changing the reference value of an existing tour entry
input ChangeTourEntryReferenceValueInput {
referenceValue: Int!
tourEntryId: TourEntryID!
}
Fields
ChangeTourEntryReferenceValueInput.referenceValue ● Int! non-null scalar
The new reference value
ChangeTourEntryReferenceValueInput.tourEntryId ● TourEntryID! non-null scalar
The ID of the tour entry, to which the reference value is being changed
Member Of
changeTourEntryReferenceValue mutation