AggregationOption
An implementation of AggregationOptionInterface.
type AggregationOption = AggregationOptionInterface & {
__typename?: 'AggregationOption'; /** The number of items that match the aggregation option. */
count?: Maybe<Scalars['Int']['output']>; /** The display label for an aggregation option. */
label?: Maybe<Scalars['String']['output']>; /** The internal ID that represents the value of the option. */
value: Scalars['String']['output'];
};