AddSingleClientTourEntryInput
Input type for addSingleClientEntry mutation.
input AddSingleClientTourEntryInput {
benefits: [BenefitID!]!
clientId: ClientID!
desiredIndex: Int
timeOfDay: TimeOfDayType!
tourId: TargetTourID!
}
Fields
AddSingleClientTourEntryInput.benefits ● [BenefitID!]! non-null scalar
List of benefits to be applied to the client.
AddSingleClientTourEntryInput.clientId ● ClientID! non-null scalar
The ID of the client this benefits should be applied to.
AddSingleClientTourEntryInput.desiredIndex ● Int scalar
The desired index for the new position of the item
AddSingleClientTourEntryInput.timeOfDay ● TimeOfDayType! non-null enum
Time of the day
AddSingleClientTourEntryInput.tourId ● TargetTourID! non-null scalar
The ID of the tour to be assigned
Member Of
addSingleClientTourEntry mutation