INPUT_OBJECT
UpdateAlpArticlesWidgetInput
Input type for updating an ArticlesWidget in the Admin Landing Page product
link GraphQL Schema definition
- input UpdateAlpArticlesWidgetInput {
- # 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!
- # Default media size
- : MediaSize
- # Can social networks be edited?
- : Boolean
- # Repository where images will be uploaded
- : AlpWidgetImageRepositoryType
- }