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