UpdatePlannedActivityInput
The input for updating an existing plannedActivity within the residential"s park activity plan.
input UpdatePlannedActivityInput {
description: String
plannedActivityId: PlannedActivityID!
position: PlannedActivityPosition!
referenceValue: Int!
requiredQualification: Qualification!
}
Fields
UpdatePlannedActivityInput.description ● String scalar
The new description of the planned activity
UpdatePlannedActivityInput.plannedActivityId ● PlannedActivityID! non-null scalar
Unique identifier of the planned activity
UpdatePlannedActivityInput.position ● PlannedActivityPosition! non-null enum
The new position of the planned activity
UpdatePlannedActivityInput.referenceValue ● Int! non-null scalar
The new reference value of the planned activity
UpdatePlannedActivityInput.requiredQualification ● Qualification! non-null scalar
The new required qualification of the planned Activity
Member Of
updatePlannedActivity mutation