Skip to content

createTagInput

Autogenerated input type of createTag

Fields

taggable_user_id · ID · The ID of the user to apply a tag on

Used By

Definition

"""
Autogenerated input type of createTag
"""
input createTagInput {
name: String
"""
The ID of the user to apply a tag on
"""
taggable_user_id: ID
}