INPUT_OBJECT

CreateTagInput

CreateTagInput is used for create Tag object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateTagInput {
  • # The text value of the tag.
  • value: String!
  • # The number of posts that have this tag.
  • count: Int
  • taggedPostIDs: [ID!]
  • }

link Require by

This element is not required by anyone