Skip to content

bulkApplyInput

Autogenerated input type of bulkApply

Fields

ids · [ID]! · required · tag IDs
taggable_user_id · ID! · required · The ID of the user to apply a tag on

Used By

Definition

"""
Autogenerated input type of bulkApply
"""
input bulkApplyInput {
"""
tag IDs
"""
ids: [ID]!
"""
The ID of the user to apply a tag on
"""
taggable_user_id: ID!
}