OBJECT

Widget4ListItem

link GraphQL Schema definition

1type Widget4ListItem {
2
3childSlot: [ChildSlot2ListItem]!
5
4widgetId: String!
6
7}