INPUT_OBJECT
CreateTagInput is used for create Tag object. Input was generated by ent.
input CreateTagInput {# The text value of the tag.value: String!# The number of posts that have this tag.count: InttaggedPostIDs: [ID!]}