bulkApplyInput
Autogenerated input type of bulkApply
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEtaggable_user_id
· ID
· The ID of the user to apply a tag on Used By
Definition
"""Autogenerated input type of bulkApply"""input bulkApplyInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") ids: [ID]
""" The ID of the user to apply a tag on """ taggable_user_id: ID}