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