EditActivityTourEntryInput
Input for the editing of an Activity tour entry
input EditActivityTourEntryInput {
activity: String!
tourEntryId: TourEntryID!
}
Fields
EditActivityTourEntryInput.activity ● String! non-null scalar
The name of the activity. E.g. "Communication", "Meeting" ...
EditActivityTourEntryInput.tourEntryId ● TourEntryID! non-null scalar
The ID of the tour to be assigned
Member Of
editActivityTourEntry mutation