OBJECT
Topic
link GraphQL Schema definition
- type Topic implements Node {
- : ID!
- # 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
- # The tenant that the topic belongs to.
- : Tenant
- # The cover image of the topic.
- : MediaItem
- # The cover image of the topic.
- : Image
- # The users that are subscribed to the topic.
- : [User!]
- # The classifications of the topic.
- : [TopicClassification!]
- # The classification categories associated with this topic.
- : [ClassificationCategory!]
- # The posts that are tagged with the topic.
- : [Post!]
- # The articles that are tagged with the topic.
- : [PubmedArticle!]
- # The articles that are tagged with the topic.
- : [Article!]
- # The videos that are tagged with the topic.
- : [Video!]
- # The videos that are tagged with the topic.
- : [ClassificationRequest!]
- # The NPI taxonomies that are tagged with the topic.
- : [NpiTaxonomy!]
- # The children topics of the topic.
- : Topic
- : [Topic!]
- : [PubmedTopicCluster!]
- : [TopicEmbedding!]
- # The topics that are related to the topic.
- : Topic
- : [Topic!]
- : [LicenseRequirementTopic!]
- : [TopicNpiTaxonomy!]
- : [TopicPubmedTopicCluster!]
- }
link Require by
- Articlenull
- ClassificationCategorynull
- ClassificationRequestnull
- ContentClassificationExampleDocumentnull
- CreditsEarnedByTopicnull
- EducationCreditnull
- LicenseRequirementTopicnull
- Mutationnull
- NpiTaxonomynull
- Postnull
- PostFeedReasonExplains why a specific post appeared in the feed
- PostSearchConnectionnull
- PubmedTopicClusternull
- SearchSuggestionResultV2null
- SimulationPersonanull
- SuggestedTopicnull
- Topicnull
- TopicClassificationnull
- TopicContributionnull
- TopicEdgeAn edge in a connection.
- TopicEmbeddingnull
- TopicNpiTaxonomynull
- TopicPubmedTopicClusternull
- Usernull
- Videonull