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