updateTag
Update a custom user tag
Arguments
input
· updateTagInput
· Parameters for updateTag Returns
updateTagPayload
Example
mutation updateTag($input: updateTagInput) { updateTag(input: $input) { messages tag }}
Update a custom user tag
input
· updateTagInput
· Parameters for updateTag updateTagPayload
mutation updateTag($input: updateTagInput) { updateTag(input: $input) { messages tag }}