AppliedTag
A tag applied to a user
Fields
Used By
Definition
"""A tag applied to a user"""type AppliedTag { """ The time the tag was applied """ created_at: String!
""" The unique identifier of the applied tag """ id: ID!
""" The tag applied """ tag: Tag
""" The unique identifier of the tag """ tag_id: String
""" The time the applied tag was last updated """ updated_at: String!
""" The tagged user """ user: User
""" The ID of the tagged user """ user_id: String}