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