OBJECT

CategoryViewEntry

link GraphQL Schema definition

1type CategoryViewEntry {
2
3count: String
12
4fullPath: String
12
5fullPathCategoryIds: String
12
6image: String
12
7name: String
12
8seo: Seo
12
9shortDescription: String
12
10userData: UserDataType
12
11value: String
13
14}