| 1 | input Widget7ListItemInput { |
| 3 | | 2 | parentWidgetId: String! | |
| 5 | | 4 | parentWidgetName: String! | |
| 7 | | 6 | widgetDefExternalId: String! | |
| 9 | | 8 | widgetDefId: String! | |
| 11 | | 10 | widgetDefStoreId: String! | |
| 13 | | 12 | widgetId: String! | |
| 15 | | 14 | widgetName: String! | |
| 17 | | 16 | widgetProperty: [WidgetProperty4ListItemInput]! | |
| 19 | | 18 | widgetSequence: Float! | |
| 20 | } |