Skip to content

removeAppliedTag

Remove applied tag on a specific user

Arguments

input · removeAppliedTagInput · Parameters for removeAppliedTag

Returns

removeAppliedTagPayload

Example

mutation removeAppliedTag($input: removeAppliedTagInput) {
removeAppliedTag(input: $input) {
messages
tag
}
}