INPUT_OBJECT

UpdateTagInput

UpdateTagInput is used for update Tag object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateTagInput {
  • # The text value of the tag.
  • value: String
  • # The number of posts that have this tag.
  • count: Int
  • addTaggedPostIDs: [ID!]
  • removeTaggedPostIDs: [ID!]
  • clearTaggedPosts: Boolean
  • }

link Require by

This element is not required by anyone