INPUT_OBJECT
UpdatePostInput
The field used to update an existing Post.
link GraphQL Schema definition
- input UpdatePostInput {
- # Title of the post
- : 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
- : Boolean
- # The URL to use in the share sheet, social media or other sharing mechanisms
- : String
- : Boolean
- # 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
- # Whether this post is featured
- : Boolean
- # 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!]
- : [String!]
- : Boolean
- : Time
- : Time
- : Int
- : Boolean
- : [String!]
- : [String!]
- : Boolean
- : Map
- : Boolean
- : String
- : Boolean
- # The type of the post
- : PostType
- # The trending boost of the post.
- : Float
- : [String!]
- : [String!]
- : Boolean
- : [String!]
- : [String!]
- : Boolean
- # Whether this post should be excluded from the feed
- : Boolean
- # The disclosure statements for this post
- : String
- : Boolean
- # The learning objective for this post
- : String
- : Boolean
- # The post assessment question for this post
- : String
- : Boolean
- # The intended audience for this post (for use on CE minisite)
- : String
- : Boolean
- # Whether to include this post in the CE minisite
- : Boolean
- # The PDF for this post (for use on CE minisite)
- : String
- : Boolean
- # The CE classification for this post
- : Map
- : Boolean
- # The time when the CE classification was last updated
- : Time
- : Boolean
- : Time
- : Boolean
- : Time
- : Boolean
- : String
- : Boolean
- # The estimated reading time for this article, in minutes.
- : Int
- : Boolean
- # The word count for this post
- : Int
- : Boolean
- # Whether this post should be automatically published after it is finished
- # processing.
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : ID
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- # Update a Citation for the post
- : [UpsertPostCitationInput!]
- # Update the questions for the post
- : [UpsertPollQuestionInput!]
- # Remove the poll questions for the post, based on the provided IDs
- : [ID!]
- }