deleteTagInput
Autogenerated input type of deleteTag
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEremove_async_if_needed
· Boolean · Set to true to delete the tag in a background job if it associated with more than 500 users Used By
Definition
"""Autogenerated input type of deleteTag"""input deleteTagInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") id: ID
""" Set to true to delete the tag in a background job if it associated with more than 500 users """ remove_async_if_needed: Boolean}