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.
  • name: String
  • # The ordinal of the topic.
  • ordinal: Int
  • # The type of the topic.
  • type: TopicType
  • modelID: String
  • modelVersion: String
  • # The total number of posts that are tagged with the topic.
  • totalPosts: Int
  • visible: Boolean
  • words: [String!]
  • wordFrequencies: Map
  • generatedLabel: String
  • clusterID: Int
  • clusterLabel: String
  • # The trending boost of the topic.
  • trendingBoost: Float
  • medicalSearchSuggestions: [String!]
  • description: String
  • archivedAt: Time
  • definitionForEmbedding: String
  • tenantID: ID
  • coverID: ID
  • coverImageID: ID
  • userIDs: [ID!]
  • classificationIDs: [ID!]
  • categoryIDs: [ID!]
  • postIDs: [ID!]
  • pubmedArticleIDs: [ID!]
  • articleIDs: [ID!]
  • videoIDs: [ID!]
  • classificationRequestIDs: [ID!]
  • npiTaxonomyIDs: [ID!]
  • parentID: ID
  • childIDs: [ID!]
  • pubmedTopicClusterIDs: [ID!]
  • embeddingIDs: [ID!]
  • relatedToID: ID
  • relatedIDs: [ID!]
  • licenseRequirementIDs: [ID!]
  • }

link Require by