UpdateTagInput
Provides the fields and values to use when updating a tag.
input UpdateTagInput {
id: ID!
module: TagModule
name: String
}
Fields
UpdateTagInput.id
● ID!
non-null scalar
Specifies the tag to update.
UpdateTagInput.module
● TagModule
enum
The module of the tag.
UpdateTagInput.name
● String
scalar
The name of the tag.
Member Of
updateTag
mutation