ProcedureUpdateArgs
No description
input ProcedureUpdateArgs {
id: ID!
name: String
description: String
key: String
groupId: ID
statusId: ID
access: ProcedureAccessArgs
autoDownload: Boolean
hidden: Boolean
}
Fields
ProcedureUpdateArgs.id ● ID! non-null scalar common
ProcedureUpdateArgs.name ● String scalar common
ProcedureUpdateArgs.description ● String scalar common
ProcedureUpdateArgs.key ● String scalar common
The key of the procedure.
ProcedureUpdateArgs.groupId ● ID scalar common
The parent group for the procedure.
ProcedureUpdateArgs.statusId ● ID scalar common
The status of the procedure (not used??)
ProcedureUpdateArgs.access ● ProcedureAccessArgs input procedures
Update access control on a procedure
ProcedureUpdateArgs.autoDownload ● Boolean scalar common
If set the procedure version will be downloaded automatically for offline use on the app once it has been publised
ProcedureUpdateArgs.hidden ● Boolean scalar common
If true then this procedure is not shown in the data capture menu.
Member Of
procedureUpdate mutation