OBJECT

CatalogGroupViewWithSequence

link GraphQL Schema definition

1type CatalogGroupViewWithSequence {
2
3category: Category
18
4categoryParent: String
18
5childCatalogGroupID: [String]
18
6fullImage: String
18
7identifier: String
18
8name: String
18
9parentCatalogGroupID: String
18
10resourceId: String
18
11seo: Seo
18
12sequence: String
18
13shortDescription: String
18
14storeID: String
18
15thumbnail: String
18
16uniqueID: String
18
17userData: UserDataType
19
20}