Skip to main content

ProcedureTagUpdateArgs

No description

input ProcedureTagUpdateArgs {
id: ID!
name: String
description: String
format: String
isActive: Boolean
}

Fields

ProcedureTagUpdateArgs.id ● ID! non-null scalar common

The name of the tag to update.

ProcedureTagUpdateArgs.name ● String scalar common

If the name is being updated.

ProcedureTagUpdateArgs.description ● String scalar common

Updated description.

ProcedureTagUpdateArgs.format ● String scalar common

Updated format.

ProcedureTagUpdateArgs.isActive ● Boolean scalar common

Activate or deactivate the tag.

Member Of

procedureTagUpdate mutation