GraphQL API (Gateway)ApiQuerieswishlistOn this pagewishlistRetrieves wishlist of specific UUID. wishlist( id: UUID!): Wishlist! Arguments wishlist.id ● UUID! non-null scalar UUID of wishlist to retrieve. Type Wishlist object The wishlist of a user.