Skip to main content

ProcedureTagCreateArgs

No description

input ProcedureTagCreateArgs {
name: String!
description: String
format: String!
}

Fields

ProcedureTagCreateArgs.name ● String! non-null scalar common

The name of the tag.

ProcedureTagCreateArgs.description ● String scalar common

A description of the tag (optional).

ProcedureTagCreateArgs.format ● String! non-null scalar common

The format of the tag (optional).

Member Of

procedureTagCreate mutation