WishlistOutput
Deprecated: Use the Wishlist type instead.
type WishlistOutput = {
__typename?: 'WishlistOutput';
items?: Maybe<Array<Maybe<WishlistItem>>>;
items_count?: Maybe<Scalars['Int']['output']>;
name?: Maybe<Scalars['String']['output']>;
sharing_code?: Maybe<Scalars['String']['output']>;
updated_at?: Maybe<Scalars['String']['output']>;
};