INPUT_OBJECT

UpdateAlpTextWidgetInput

Input type for updating an TextWidget in the Admin Landing Page product

link GraphQL Schema definition

  • input UpdateAlpTextWidgetInput {
  • # 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
  • # Widget's content as HTML
  • content: String
  • }

link Require by