Home > @vsf-enterprise/bigcommerce-api > GraphQL > CollectionInfo
# GraphQL.CollectionInfo type
Signature:
export declare type CollectionInfo = {
__typename?: 'CollectionInfo';
totalItems?: Maybe<Scalars['Long']>;
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > CollectionInfo
Signature:
export declare type CollectionInfo = {
__typename?: 'CollectionInfo';
totalItems?: Maybe<Scalars['Long']>;
};
On this page