GitHub

FilterValue

import { FilterValue } from '@daffodil/driver/shopify'

A selectable value within a filter.

type FilterValue = {
    __typename?: 'FilterValue';
    count: Scalars['Int']['output'];
    id: Scalars['String']['output'];
    image?: Maybe<MediaImage>;
    input: Scalars['JSON']['output'];
    label: Scalars['String']['output'];
    swatch?: Maybe<Swatch>;
}