Home > @vsf-enterprise/bigcommerce-api > GraphQL > CreateWishlistInput
# GraphQL.CreateWishlistInput type
Signature:
export declare type CreateWishlistInput = {
name: Scalars['String'];
isPublic: Scalars['Boolean'];
items?: InputMaybe<Array<WishlistItemInput>>;
};