INPUT_OBJECT
UpdateArticleInput
link GraphQL Schema definition
- input UpdateArticleInput {
- # Translations of the Article
- : [UpdateArticleInputTranslations!]
- # Array of categories ids
- : [Int!]
- # Array of medias ids, in ascending ordered
- : [ArticleMediasInput!]
- # Date of publication (format: Y-m-dTH:i:s)
- : String
- # Publication status
- : ArticleStatus
- # Priority of display's order
- : Int
- # Should route be auto-generated?
- : Boolean
- # Should article be referenced in search engines?
- : Boolean
- # Header type (h1, h2, etc.)
- : String
- # Custom CSS class
- : String
- # Start date of publication (format: Y-m-dTH:i:s)
- : String
- # Stop date of publication (format: Y-m-dTH:i:s)
- : String
- # [LEGACY] Media limit (mapped to Weymouth DTO)
- : Int
- # [LEGACY] Share on Facebook? (mapped to Weymouth common DTO)
- : Boolean
- # [LEGACY] Display Twitter share button? (mapped to Weymouth common DTO)
- : Boolean
- # [LEGACY] Display LinkedIn share button? (mapped to Weymouth common DTO)
- : Boolean
- # Plymouth theme specific settings
- : ArticlePlymouthDTOInput
- # Weymouth theme specific settings
- : ArticleWeymouthDTOInput
- }