WishListUserInputError
An error encountered while performing operations with WishList.
type WishListUserInputError = {
__typename?: 'WishListUserInputError'; /** A wish list-specific error code. */
code: WishListUserInputErrorType; /** A localized error message. */
message: Scalars['String']['output'];
};