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