Skip to main content

TagUpdateInput

Autogenerated input type of TagUpdate

input TagUpdateInput {
clientMutationId: String
color: String
name: String
tagId: ID!
}

Fields

TagUpdateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

TagUpdateInput.color ● String scalar common

The color of the tag.

TagUpdateInput.name ● String scalar common

The name of the tag.

TagUpdateInput.tagId ● ID! non-null scalar common

The ID of the tag to update.

Member of

tagUpdate mutation