Home > @vsf-enterprise/bigcommerce-api > GraphQL > Wishlist
# GraphQL.Wishlist type
Signature:
export declare type Wishlist = {
__typename?: 'Wishlist';
entityId: Scalars['Int'];
name: Scalars['String'];
isPublic: Scalars['Boolean'];
token: Scalars['String'];
items: WishlistItemConnection;
};