GitHub

Filter

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

A filter that is supported on the parent field.

type Filter = {
    __typename?: 'Filter';
    id: Scalars['String']['output'];
    label: Scalars['String']['output'];
    presentation?: Maybe<FilterPresentation>;
    type: FilterType;
    values: Array<FilterValue>;
}