SupRefCategoryBucket
Aggregation bucket for reference design categories with category identifier + counts.
type SupRefCategoryBucket {
categoryId: String!
count: Int!
}
Fields
SupRefCategoryBucket.categoryId ● String! non-null scalar
The identifier of category.
SupRefCategoryBucket.count ● Int! non-null scalar
Number of items in the bucket.