INPUT_OBJECT

CreateAlpArticlesWidgetInput

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

link GraphQL Schema definition

  • input CreateAlpArticlesWidgetInput {
  • # 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!
  • # Default media size
  • defaultMediaSize: MediaSize
  • # Can social networks be edited?
  • editSocialNetworks: Boolean
  • # Repository where images will be uploaded
  • imageRepository: AlpWidgetImageRepositoryType!
  • }

link Require by