Skip to content

removeAppliedTagInput

Autogenerated input type of removeAppliedTag

Fields

deprecated DO NOT USE
taggable_user_id · ID · The ID of the user to remove a tag from

Used By

Definition

"""
Autogenerated input type of removeAppliedTag
"""
input removeAppliedTagInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
id: ID
"""
The ID of the user to remove a tag from
"""
taggable_user_id: ID
}