Home > @vsf-enterprise/bigcommerce-api > GraphQL > SearchProductFilterEdge
# GraphQL.SearchProductFilterEdge type
Signature:
export declare type SearchProductFilterEdge = {
__typename?: 'SearchProductFilterEdge';
node: SearchProductFilter;
cursor: Scalars['String'];
};