OBJECT

Entry2

link GraphQL Schema definition

1type Entry2 {
2
3count: Float
15
4extendedData: ExtendedData
15
5frequency: String
15
6fullPath: String
15
7fullPathCategoryIds: String
15
8image: String
15
9label: String
15
10name: String
15
11seo: Seo
15
12shortDescription: String
15
13term: String
15
14value: String
16
17}