OBJECT

ResultListListItem

link GraphQL Schema definition

1type ResultListListItem {
2
3deviceClass: String!
17
4layoutGroup: String!
17
5layoutProperty: [LayoutProperty2ListItem]!
17
6managingTool: String!
17
7name: String!
17
8pageLayoutId: String!
17
9pageLocation: [PageLocation2ListItem]!
17
10state: String!
17
11storeId: String!
17
12template: Boolean!
17
13templateId: String!
17
14templateName: String!
17
15templateStoreId: String!
17
16widget: [Widget2ListItem]!
18
19}