INPUT_OBJECT
CreateArticleInput
CreateArticleInput is used for create Article object. Input was generated by ent.
link GraphQL Schema definition
- input CreateArticleInput {
- : String!
- : String!
- : Time
- : String
- : String
- # The description of the article, either from the RSS feed or the opengraph meta
- # tag
- : String
- # The AI generated summary of the article
- : String
- # The Cloudflare CDN url of the image
- : String
- # The original image URL from the RSS feed or the opengraph meta tag
- : String
- # The raw HTML content of the article
- : String
- : ArticleStatus
- : Time
- : Time
- # The estimated reading time for this article, in minutes.
- : Int
- # The word count for this article
- : Int
- : [String!]
- : ID
- : ID
- : [ID!]
- }
link Require by
This element is not required by anyone