INPUT_OBJECT

UpdateArticleInput

UpdateArticleInput is used for update Article object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateArticleInput {
  • url: String
  • code: String
  • publicationDate: Time
  • clearPublicationDate: Boolean
  • title: String
  • clearTitle: Boolean
  • body: String
  • clearBody: Boolean
  • # The description of the article, either from the RSS feed or the opengraph meta
  • # tag
  • description: String
  • clearDescription: Boolean
  • # The AI generated summary of the article
  • summary: String
  • clearSummary: Boolean
  • # The Cloudflare CDN url of the image
  • imageURL: String
  • clearImageURL: Boolean
  • # The original image URL from the RSS feed or the opengraph meta tag
  • originalImageURL: String
  • clearOriginalImageURL: Boolean
  • # The raw HTML content of the article
  • rawContent: String
  • clearRawContent: Boolean
  • status: ArticleStatus
  • createdAt: Time
  • updatedAt: Time
  • # The estimated reading time for this article, in minutes.
  • readTimeInMinutes: Int
  • clearReadTimeInMinutes: Boolean
  • # The word count for this article
  • wordCount: Int
  • clearWordCount: Boolean
  • reflectiveNudges: [String!]
  • appendReflectiveNudges: [String!]
  • clearReflectiveNudges: Boolean
  • postID: ID
  • clearPost: Boolean
  • feedID: ID
  • clearFeed: Boolean
  • addTopicIDs: [ID!]
  • removeTopicIDs: [ID!]
  • clearTopics: Boolean
  • }

link Require by

This element is not required by anyone