GitHub

Filter

A filter that is supported on the parent field.

import { Filter } from '@daffodil/driver/shopify'
type Filter = {
    __typename?: 'Filter';
    id: Scalars['String']['output'];
    label: Scalars['String']['output'];
    presentation?: Maybe<FilterPresentation>;
    type: FilterType;
    values: Array<FilterValue>;
}
Type Options
Filter { __typename?: 'Filter'; id: Scalars['String']['output']; label: Scalars['String']['output']; presentation?: Maybe<FilterPresentation>; type: FilterType; values: Array<FilterValue>; }