UpdateStepTypeInput
No description
input UpdateStepTypeInput {
newStepType: StepTypeEnum
stepId: String!
}
Fields
UpdateStepTypeInput.newStepType ● StepTypeEnum enum
The type to change the step to. Null clears the step's type; deprecated types are rejected for new assignment.
UpdateStepTypeInput.stepId ● String! non-null scalar
The step whose type is being changed.
Member Of
updateStepType mutation