INPUT_OBJECT
UpdateTagInput is used for update Tag object. Input was generated by ent.
input UpdateTagInput {# The text value of the tag.value: String# The number of posts that have this tag.count: IntaddTaggedPostIDs: [ID!]removeTaggedPostIDs: [ID!]clearTaggedPosts: Boolean}