OBJECT

ResultList12ListItem

link GraphQL Schema definition

1type ResultList12ListItem {
2
3managingTool: String!
9
4name: String!
9
5pageLayoutId: String!
9
6storeId: String!
9
7template: Boolean!
9
8widget: [Widget9ListItem]!
10
11}