Skip to content

updateTag

Update a custom user tag

Arguments

input · updateTagInput · Parameters for updateTag

Returns

updateTagPayload

Example

mutation updateTag($input: updateTagInput) {
updateTag(input: $input) {
messages
tag
}
}