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