INPUT_OBJECT

UpdateTopicInput

UpdateTopicInput is used for update Topic object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateTopicInput {
  • # The name of the topic.
  • name: String
  • # The ordinal of the topic.
  • ordinal: Int
  • # The type of the topic.
  • type: TopicType
  • modelID: String
  • clearModelID: Boolean
  • modelVersion: String
  • clearModelVersion: Boolean
  • # The total number of posts that are tagged with the topic.
  • totalPosts: Int
  • visible: Boolean
  • words: [String!]
  • appendWords: [String!]
  • clearWords: Boolean
  • wordFrequencies: Map
  • clearWordFrequencies: Boolean
  • generatedLabel: String
  • clearGeneratedLabel: Boolean
  • clusterID: Int
  • clearClusterID: Boolean
  • clusterLabel: String
  • clearClusterLabel: Boolean
  • # The trending boost of the topic.
  • trendingBoost: Float
  • medicalSearchSuggestions: [String!]
  • appendMedicalSearchSuggestions: [String!]
  • clearMedicalSearchSuggestions: Boolean
  • description: String
  • clearDescription: Boolean
  • archivedAt: Time
  • clearArchivedAt: Boolean
  • definitionForEmbedding: String
  • clearDefinitionForEmbedding: Boolean
  • tenantID: ID
  • clearTenant: Boolean
  • coverID: ID
  • clearCover: Boolean
  • coverImageID: ID
  • clearCoverImage: Boolean
  • addUserIDs: [ID!]
  • removeUserIDs: [ID!]
  • clearUsers: Boolean
  • addClassificationIDs: [ID!]
  • removeClassificationIDs: [ID!]
  • clearClassifications: Boolean
  • addCategoryIDs: [ID!]
  • removeCategoryIDs: [ID!]
  • clearCategories: Boolean
  • addPostIDs: [ID!]
  • removePostIDs: [ID!]
  • clearPosts: Boolean
  • addPubmedArticleIDs: [ID!]
  • removePubmedArticleIDs: [ID!]
  • clearPubmedArticles: Boolean
  • addArticleIDs: [ID!]
  • removeArticleIDs: [ID!]
  • clearArticles: Boolean
  • addVideoIDs: [ID!]
  • removeVideoIDs: [ID!]
  • clearVideos: Boolean
  • addClassificationRequestIDs: [ID!]
  • removeClassificationRequestIDs: [ID!]
  • clearClassificationRequests: Boolean
  • addNpiTaxonomyIDs: [ID!]
  • removeNpiTaxonomyIDs: [ID!]
  • clearNpiTaxonomies: Boolean
  • parentID: ID
  • clearParent: Boolean
  • addChildIDs: [ID!]
  • removeChildIDs: [ID!]
  • clearChildren: Boolean
  • addPubmedTopicClusterIDs: [ID!]
  • removePubmedTopicClusterIDs: [ID!]
  • clearPubmedTopicClusters: Boolean
  • addEmbeddingIDs: [ID!]
  • removeEmbeddingIDs: [ID!]
  • clearEmbeddings: Boolean
  • relatedToID: ID
  • clearRelatedTo: Boolean
  • addRelatedIDs: [ID!]
  • removeRelatedIDs: [ID!]
  • clearRelated: Boolean
  • addLicenseRequirementIDs: [ID!]
  • removeLicenseRequirementIDs: [ID!]
  • clearLicenseRequirements: Boolean
  • }

link Require by