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