UpdateStepTypePayload
No description
type UpdateStepTypePayload {
step: Step
query: Query
}
Fields
UpdateStepTypePayload.step ● Step object
The step after its type was updated.
UpdateStepTypePayload.query ● Query object
Returned By
updateStepType mutation