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