OBJECT

ResultList9ListItem

link GraphQL Schema definition

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