StepOrderInput
No description
input StepOrderInput {
stepId: String!
order: Int!
}
Fields
StepOrderInput.stepId ● String! non-null scalar
The step to reposition.
StepOrderInput.order ● Int! non-null scalar
The step's new zero-based position within its stage.
Member Of
ReorderStepsInput input