removeAppliedTagInput
Autogenerated input type of removeAppliedTag
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEtaggable_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}