OBJECT

ResultList5ListItem

link GraphQL Schema definition

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