Types > ProductSearchOptionValueAgg
Commerce APITypesProductSearchOptionValueAgg
ProductSearchOptionValueAgg

Description

Fields

count: Int!

Number of occurrences in the aggregation


name: String!

ID of the option value


Used By

Types

ProductSearchOptionAgg

Preview (typescript)

interface ProductSearchOptionValueAgg {
count: number
name: string
}