Home > @vsf-enterprise/bigcommerce-api > GraphQL > ProductConnection
# GraphQL.ProductConnection type
Signature:
export declare type ProductConnection = {
__typename?: 'ProductConnection';
pageInfo: PageInfo;
edges?: Maybe<Array<Maybe<ProductEdge>>>;
collectionInfo?: Maybe<CollectionInfo>;
};