Home > @vsf-enterprise/bigcommerce-api > GraphQL > CategoryBreadcrumbsArgs
# GraphQL.CategoryBreadcrumbsArgs type
Signature:
export declare type CategoryBreadcrumbsArgs = {
depth: Scalars['Int'];
before?: InputMaybe<Scalars['String']>;
after?: InputMaybe<Scalars['String']>;
first?: InputMaybe<Scalars['Int']>;
last?: InputMaybe<Scalars['Int']>;
};