OBJECT
Post
link GraphQL Schema definition
- type Post implements Node {
- : ID!
- # Title of the post
- : String!
- # A suggested title based on the audio transcription
- : String
- # The number of CE credits this post is accredited for
- : Float!
- # The external URL for this post. This is used for articles and other external
- # content
- : String
- # The URL to use in the share sheet, social media or other sharing mechanisms
- : String
- # Whether this post is accredited for CE credits
- : Boolean!
- # Whether this post has been curated as high quality CE content
- : Boolean!
- # The status of the post.
- # - draft: The post is in draft mode and is only visible to the post author.
- # - published: The post is published and visible in the feed and searchable.
- # - archived: The post is archived and not visible to anyone except an admin.
- # - deleted: The post is deleted and not visible to anyone except an admin.
- # - processing: The post is being processed and is only visible to the post
- # author.
- : PostStatus!
- # Body of the post. Tags (starting with a #) and Mentions (starting with an @) are
- # allowed
- : String!
- # A suggested body based on the audio transcription
- : String
- # Total number of videos on this post.
- : Int!
- # Total number of images on this post.
- : Int!
- # The total duration of all videos for this post, in seconds.
- : Int!
- # Total number of likes
- : Int!
- # Number of times CE was earned using this post as the education material
- : Int!
- # Total number of comments
- : Int!
- # Total number of reactions
- : Int!
- # Total number of bookmarks
- : Int!
- # The ID of this post in SpeakAI
- : String
- # Whether this post is featured
- : Boolean!
- # The transcription result from SpeakAI
- : SpeakInsightResult
- # The main discussion points for this post. If the post has an attached
- # sourceArticle, the discussionPoints have been copied from there and are
- # identical.
- : [String!]
- # The top learning objectives for this post
- : [String!]
- : Time!
- : Time!
- # The time when the transcription started
- : Time
- # The time when the transcription completed
- : Time
- # The time when the insights were last generated
- : Time
- : Int
- # The number of terms per minute in the video
- : Float!
- : [String!]
- : Map
- : String
- # The type of the post
- : PostType!
- # The trending boost of the post.
- : Float!
- : [String!]
- # Total number of times the video on this post has been played.
- : Int!
- : [String!]
- # Whether this post should be excluded from the feed
- : Boolean!
- # The disclosure statements for this post
- : String
- # The learning objective for this post
- : String
- # The post assessment question for this post
- : String
- # The intended audience for this post (for use on CE minisite)
- : String
- # Whether to include this post in the CE minisite
- : Boolean!
- # The PDF for this post (for use on CE minisite)
- : String
- # Cached badges for this post
- : [String!]
- # Cached badges for this post, with extra internal-only badges
- : [String!]
- # The CE classification for this post
- : Map
- # The time when the CE classification was last updated
- : Time
- : Time
- : Time
- : String
- # The estimated reading time for this article, in minutes.
- : Int
- # The word count for this post
- : Int
- # Whether this post should be automatically published after it is finished
- # processing.
- : Boolean!
- # The author of this post
- : User
- # The topics this post is associated with
- : [Topic!]
- : [PostAsset!]
- # The users mentioned in this post
- : [User!]
- # The citations this post is associated with
- : [PostCitation!]
- # The tenant that the topic belongs to.
- : Tenant
- # The institution that the post is attributed to.
- : Institution
- # The accredited learning objective for this post
- : LearningObjective
- # The comments on this post
- : [Comment!]
- # The media items in this post
- : [MediaItem!]
- # The videos for this post.
- : [Video!]
- # The cover image for this post. Images are hosted using Cloudflare images. Please
- # see https://developers.cloudflare.com/images/cloudflare-images/serve-images/ for
- # details on how to serve images.
- : Image
- # The images for this post.
- : [Image!]
- # The collections this post is associated with
- : [PostCollection!]
- # All credits earned from this post, across all the user.
- : [EducationCredit!]
- # The audiences for this post
- : [Audience!]
- # The tags on this post
- : [Tag!]
- # The users who liked this post
- : [User!]
- # The users who bookmarked this post
- : [User!]
- # The selected learning objectives for this post
- : [LearningObjective!]
- # The post reports this post has received
- : [PostReport!]
- : Poll
- : Article
- : [UserFeedHistory!]
- : [UserFeedImpression!]
- : [PostEmbedding!]
- # The links this post is associated with
- : [PostLink!]
- # The topic classifications this post is associated with
- : [TopicClassification!]
- : [Like!]
- : [Bookmark!]
- : [PostLearningObjective!]
- : [PostAttachment!]!
- : Time
- : Time
- : Time
- # Deprecated: Use commentsEnabled or reflectionsEnabled instead
- : Boolean
- # Whether reflections are enabled for this post
- : Boolean
- # Whether comments are enabled for this post
- : Boolean
- # The current user's Sparky Chat for this post, if it exists
- : SparkyChat
- # true if the current user has reported this post
- : Boolean
- : [PostBadge!]!
- : String!
- }
link Require by
- AdminVideoUploadResponsenull
- Articlenull
- Assetnull
- Audiencenull
- Bookmarknull
- ClassificationLognull
- ClassificationReinforcementDocumentnull
- Collectionnull
- Commentnull
- ContentClassificationExampleDocumentnull
- EbscoArticlenull
- EducationCreditnull
- GiblibVideonull
- LearningObjectivenull
- Likenull
- MediaItemnull
- Mutationnull
- NejmArticlenull
- Pollnull
- PostAssetnull
- PostCitationnull
- PostCollectionnull
- PostEdgeAn edge in a connection.
- PostEmbeddingnull
- PostLearningObjectivenull
- PostLinknull
- PostReactionnull
- PostReportnull
- Querynull
- Reflectionnull
- SearchSuggestionResultV2null
- SparkyChatnull
- SparkyConversationnull
- Tagnull
- Topicnull
- TopicClassificationnull
- Usernull
- UserAuditHistoryItemnull
- UserFeedHistorynull
- UserFeedImpressionnull
- Videonull