INPUT_OBJECT
Input type for updating an TextWidget in the Admin Landing Page product
input UpdateAlpTextWidgetInput {# Number of columns the widget will takes on a grid (6 or 12).size: Int# Title of the Widgettitle: String# Description of the Widgetdescription: String# Widget's content as HTMLcontent: String}