INPUT_OBJECT
Input type for creating a ImagineListWidget in the Admin Landing Page product
input CreateAlpImagineListWidgetInput {# 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# The id of an ImagineListimagineList: Int!}