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