OBJECT

ResultList4ListItem

link GraphQL Schema definition

1type ResultList4ListItem {
2
3deviceClass: String!
13
4managingTool: String!
13
5name: String!
13
6pageLayoutId: String!
13
7state: String!
13
8storeId: String!
13
9template: Boolean!
13
10templateId: String!
13
11templateName: String!
13
12widget: [Widget4ListItem]!
14
15}