ProcedurePageSectionUpdateArgs
No description
input ProcedurePageSectionUpdateArgs {
id: ID!
name: String
instructionsId: String
outcomes: UpdateObjectOutcomeArgs
index: Int
toPageId: ID
}
Fields
ProcedurePageSectionUpdateArgs.id ● ID! non-null scalar common
ProcedurePageSectionUpdateArgs.name ● String scalar common
ProcedurePageSectionUpdateArgs.instructionsId ● String scalar common
Set instructions for the section as HTML.
ProcedurePageSectionUpdateArgs.outcomes ● UpdateObjectOutcomeArgs input procedures
Update outcomes
ProcedurePageSectionUpdateArgs.index ● Int scalar common
The index of the section
ProcedurePageSectionUpdateArgs.toPageId ● ID scalar common
Page ID to move to (optional)
Member Of
procedurePageSectionUpdate mutation