INPUT_OBJECT

CreateAlpArticleWidgetInput

Input type for creating an ArticleWidget in the Admin Landing Page product

link GraphQL Schema definition

  • input CreateAlpArticleWidgetInput {
  • # Number of columns the widget will takes on a grid (6 or 12).
  • size: Int
  • # Title of the Widget
  • title: String
  • # Description of the Widget
  • description: String
  • # The id of a Category
  • category: Int!
  • # The id of an Article
  • article: Int!
  • # Can content be edited?
  • editContent: Boolean!
  • # Can options be edited?
  • editOptions: Boolean!
  • # Can medias be edited?
  • editMedias: Boolean!
  • # Does the article have to contain only one media?
  • onlyOneMedia: Boolean!
  • }

link Require by