Alokai

WishlistItems

Contains an array of items in a wish list.

type WishlistItems = {
  __typename?: 'WishlistItems'; /** A list of items in the wish list. */
  items: Array<Maybe<WishlistItemInterface>>; /** Contains pagination metadata. */
  page_info?: Maybe<SearchResultPageInfo>;
};

Referenced Types

On this page