INPUT_OBJECT
CreateTopicInput
CreateTopicInput is used for create Topic object. Input was generated by ent.
link GraphQL Schema definition
- input CreateTopicInput {
- # The name of the topic.
- : String
- # The ordinal of the topic.
- : Int
- # The type of the topic.
- : TopicType
- : String
- : String
- # The total number of posts that are tagged with the topic.
- : Int
- : Boolean
- : [String!]
- : Map
- : String
- : Int
- : String
- # The trending boost of the topic.
- : Float
- : [String!]
- : String
- : Time
- : String
- : ID
- : ID
- : ID
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- : ID
- : [ID!]
- : [ID!]
- : [ID!]
- : ID
- : [ID!]
- : [ID!]
- }