INPUT_OBJECT
UpdateAlpArticleWidgetInput
Input type for updating an ArticleWidget in the Admin Landing Page product
link GraphQL Schema definition
- input UpdateAlpArticleWidgetInput {
- # Number of columns the widget will takes on a grid (6 or 12).
- Int :
- # Title of the Widget
- String :
- # Description of the Widget
- String :
- # The id of a Category
- Int! :
- # The id of an Article
- Int! :
- # Can content be edited?
- Boolean! :
- # Can options be edited?
- Boolean! :
- # Can medias be edited?
- Boolean! :
- # Does the article have to contain only one media?
- Boolean! :
- }