StepInput
Step containing one or more actions.
input StepInput {
id: String!
name: String
actions: [ActionInput!]
instructionText: StyledTextInput
primaryImage: ImageInput
alerts: [AlertInput!]
notes: [InstructionNoteInput!]
video: VideoInput
}
Fields
StepInput.id ● String! non-null scalar
Step identifier.
StepInput.name ● String scalar
Step name.
StepInput.actions ● [ActionInput!] list input
Actions in this step.
StepInput.instructionText ● StyledTextInput input
Instruction text for this step.
StepInput.primaryImage ● ImageInput input
Primary instruction image.
StepInput.alerts ● [AlertInput!] list input
Alerts for this step.
StepInput.notes ● [InstructionNoteInput!] list input
Notes for this step.
StepInput.video ● VideoInput input
Video for this step.
Member Of
ProcessInput input